Skip to content

Commit 7d08f94

Browse files
dependabot[bot]beikov
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 ca02c2f commit 7d08f94

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/atlas.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
run: echo "yearmonth=$(/bin/date -u "+%Y-%m")" >> $GITHUB_OUTPUT
6262
shell: bash
6363
- name: Cache Maven local repository
64-
uses: actions/cache@v3
64+
uses: actions/cache@v4
6565
id: cache-maven
6666
with:
6767
path: |

.github/workflows/contributor-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
run: echo "yearmonth=$(/bin/date -u "+%Y-%m")" >> $GITHUB_OUTPUT
7171
shell: bash
7272
- name: Cache Maven local repository
73-
uses: actions/cache@v3
73+
uses: actions/cache@v4
7474
id: cache-maven
7575
with:
7676
path: |

0 commit comments

Comments
 (0)