Skip to content

Commit c522331

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

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 }}
@@ -49,7 +49,7 @@ jobs:
4949
- uses: actions/checkout@v5
5050
with:
5151
fetch-depth: 0
52-
- uses: coursier/cache-action@v6
52+
- uses: coursier/cache-action@v7
5353
- uses: actions/setup-java@v5
5454
with:
5555
distribution: ${{ matrix.distribution }}

0 commit comments

Comments
 (0)