Skip to content

Commit 5fecac6

Browse files
Bump coursier/cache-action from 6 to 7 (#285)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 732fd61 commit 5fecac6

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
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions/checkout@v5
2222
with:
2323
fetch-depth: 0
24-
- uses: coursier/cache-action@v6
24+
- uses: coursier/cache-action@v7
2525
- uses: actions/setup-java@v5
2626
with:
2727
distribution: ${{ matrix.distribution }}
@@ -56,7 +56,7 @@ jobs:
5656
- uses: actions/checkout@v5
5757
with:
5858
fetch-depth: 0
59-
- uses: coursier/cache-action@v6
59+
- uses: coursier/cache-action@v7
6060
- uses: actions/setup-java@v5
6161
with:
6262
distribution: ${{ matrix.distribution }}

0 commit comments

Comments
 (0)