Skip to content

Commit f57fca9

Browse files
build(deps): bump actions/cache from 4.2.3 to 5.0.1
Bumps [actions/cache](https://github.com/actions/cache) from 4.2.3 to 5.0.1. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@5a3ec84...9255dc7) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ba76376 commit f57fca9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/graalvm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
17-
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
17+
- uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
1818
with:
1919
path: |
2020
~/.gradle/caches

0 commit comments

Comments
 (0)