Skip to content

Commit 09866d4

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 7335dba commit 09866d4

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@v4
2020
with:
2121
fetch-depth: 0
22-
- uses: coursier/cache-action@v6
22+
- uses: coursier/cache-action@v7
2323
- uses: actions/setup-java@v4
2424
with:
2525
distribution: ${{ matrix.distribution }}
@@ -45,7 +45,7 @@ jobs:
4545
- uses: actions/checkout@v4
4646
with:
4747
fetch-depth: 0
48-
- uses: coursier/cache-action@v6
48+
- uses: coursier/cache-action@v7
4949
- uses: actions/setup-java@v4
5050
with:
5151
distribution: ${{ matrix.distribution }}

0 commit comments

Comments
 (0)