Skip to content

Commit fc5f4ff

Browse files
dependabot[bot]sgammon
authored andcommitted
chore(deps): Bump actions/cache from 4.2.0 to 4.2.2
Bumps [actions/cache](https://github.com/actions/cache) from 4.2.0 to 4.2.2. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@1bd1e32...d4323d4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent abd6775 commit fc5f4ff

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/checks.codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
persist-credentials: false
8282
- name: "Setup: Cache Restore (Test)"
8383
id: cache-restore-test
84-
uses: actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
84+
uses: actions/cache/restore@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
8585
with:
8686
key: elide-framework-v2-tests-${{ hashFiles('gradle/elide.versions.toml') }}
8787
path: |

.github/workflows/checks.sonar.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
persist-credentials: false
6363
- name: "Setup: Cache Restore (Test)"
6464
id: cache-restore-test
65-
uses: actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
65+
uses: actions/cache/restore@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
6666
with:
6767
key: elide-framework-v2-tests-${{ hashFiles('gradle/elide.versions.toml') }}
6868
path: |

.github/workflows/job.bench.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
run: |
121121
echo "BENCHMARK_REPORT=$(find benchmarks/server/build/reports/benchmarks/main -name "*.json" | head -n 1)" >> $GITHUB_OUTPUT
122122
- name: "Restore Previous Benchmark"
123-
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v3
123+
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v3
124124
with:
125125
path: ./benchmark_reports
126126
key: ${{ runner.os }}-${{ matrix.engine }}-${{ matrix.java }}-benchmark

0 commit comments

Comments
 (0)