Skip to content

Commit 97f5e31

Browse files
build(deps): bump actions/cache from 4.2.2 to 4.2.3 (#6956)
Bumps [actions/cache](https://github.com/actions/cache) from 4.2.2 to 4.2.3. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@d4323d4...5a3ec84) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 12c6898 commit 97f5e31

File tree

5 files changed

+13
-13
lines changed

5 files changed

+13
-13
lines changed

.github/workflows/build_daily.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
2323
with:
2424
persist-credentials: false
25-
- uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
25+
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
2626
with:
2727
# * Module download cache
2828
# * Build cache (Linux)
@@ -58,7 +58,7 @@ jobs:
5858
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
5959
with:
6060
persist-credentials: false
61-
- uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
61+
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
6262
with:
6363
# * Module download cache
6464
# * Build cache (Linux)
@@ -94,7 +94,7 @@ jobs:
9494
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
9595
with:
9696
persist-credentials: false
97-
- uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
97+
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
9898
with:
9999
# * Module download cache
100100
# * Build cache (Linux)
@@ -133,7 +133,7 @@ jobs:
133133
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
134134
with:
135135
persist-credentials: false
136-
- uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
136+
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
137137
with:
138138
# * Module download cache
139139
# * Build cache (Linux)

.github/workflows/build_tag.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
6060
with:
6161
persist-credentials: false
62-
- uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
62+
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
6363
with:
6464
# * Module download cache
6565
# * Build cache (Linux)

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
2626
with:
2727
persist-credentials: false
28-
- uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
28+
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
2929
with:
3030
# * Module download cache
3131
# * Build cache (Linux)

.github/workflows/label_check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
4848
with:
4949
persist-credentials: false
50-
- uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
50+
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
5151
with:
5252
# * Module download cache
5353
# * Build cache (Linux)

.github/workflows/prbuild.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
6565
with:
6666
persist-credentials: false
67-
- uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
67+
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
6868
with:
6969
# * Module download cache
7070
# * Build cache (Linux)
@@ -157,7 +157,7 @@ jobs:
157157
with:
158158
name: image
159159
path: image
160-
- uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
160+
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
161161
with:
162162
# * Module download cache
163163
# * Build cache (Linux)
@@ -220,7 +220,7 @@ jobs:
220220
with:
221221
name: image
222222
path: image
223-
- uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
223+
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
224224
with:
225225
# * Module download cache
226226
# * Build cache (Linux)
@@ -263,7 +263,7 @@ jobs:
263263
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
264264
with:
265265
persist-credentials: false
266-
- uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
266+
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
267267
with:
268268
# * Module download cache
269269
# * Build cache (Linux)
@@ -310,7 +310,7 @@ jobs:
310310
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
311311
with:
312312
persist-credentials: false
313-
- uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
313+
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
314314
with:
315315
# * Module download cache
316316
# * Build cache (Windows)
@@ -353,7 +353,7 @@ jobs:
353353
with:
354354
name: image
355355
path: image
356-
- uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
356+
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
357357
with:
358358
# * Module download cache
359359
# * Build cache (Linux)

0 commit comments

Comments
 (0)