Skip to content

Commit eccafaa

Browse files
Bump coursier/cache-action from 6 to 7
Bumps [coursier/cache-action](https://github.com/coursier/cache-action) from 6 to 7. - [Release notes](https://github.com/coursier/cache-action/releases) - [Commits](coursier/cache-action@v6...v7) --- updated-dependencies: - dependency-name: coursier/cache-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 52a12af commit eccafaa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/checkout@v6
2020
with:
2121
fetch-depth: 0
22-
- uses: coursier/cache-action@v6
22+
- uses: coursier/cache-action@v7
2323
- uses: actions/setup-java@v5
2424
with:
2525
distribution: temurin
@@ -47,7 +47,7 @@ jobs:
4747
- uses: actions/checkout@v6
4848
with:
4949
fetch-depth: 0
50-
- uses: coursier/cache-action@v6
50+
- uses: coursier/cache-action@v7
5151
- uses: actions/setup-java@v5
5252
with:
5353
distribution: temurin

0 commit comments

Comments
 (0)