Skip to content

Commit 1daefd4

Browse files
dependabot[bot]mkurz
authored andcommitted
Bump actions/cache from 3 to 4
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e02287f commit 1daefd4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/antora.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
id: npm-cache-dir
4949
run: |
5050
echo "dir=$(npm config get cache)" >> $GITHUB_OUTPUT
51-
- uses: actions/cache@v3
51+
- uses: actions/cache@v4
5252
id: npm-cache # use this to check for `cache-hit` ==> if: steps.npm-cache.outputs.cache-hit != 'true'
5353
with:
5454
path: ${{ steps.npm-cache-dir.outputs.dir }}

.github/workflows/cmd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
save-maven-dependencies-cache: false
138138

139139
- name: Custom Cache
140-
uses: actions/cache@v3
140+
uses: actions/cache@v4
141141
if: ${{ inputs.cache-key != '' && inputs.cache-path != '' }}
142142
with:
143143
key: ${{ format(inputs.cache-key, matrix.java) }}

0 commit comments

Comments
 (0)