Skip to content

Commit 2baa51f

Browse files
dependabot[bot]sgammon
authored andcommitted
chore(deps): Bump actions/cache from 4.2.3 to 4.2.4
Bumps [actions/cache](https://github.com/actions/cache) from 4.2.3 to 4.2.4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@5a3ec84...0400d5f) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 4.2.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0c1d87d commit 2baa51f

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@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
84+
uses: actions/cache/restore@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
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
@@ -64,7 +64,7 @@ jobs:
6464
persist-credentials: false
6565
- name: "Setup: Cache Restore (Test)"
6666
id: cache-restore-test
67-
uses: actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
67+
uses: actions/cache/restore@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
6868
with:
6969
key: elide-framework-v2-tests-${{ hashFiles('gradle/elide.versions.toml') }}
7070
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@5a3ec84eff668545956fd18022155c47e93e2684 # v3
123+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v3
124124
with:
125125
path: ./benchmark_reports
126126
key: ${{ runner.os }}-${{ matrix.engine }}-${{ matrix.java }}-benchmark

0 commit comments

Comments
 (0)