Skip to content

Commit 10aa23d

Browse files
Bump coursier/cache-action from 7.0 to 8.0
Bumps [coursier/cache-action](https://github.com/coursier/cache-action) from 7.0 to 8.0. - [Release notes](https://github.com/coursier/cache-action/releases) - [Commits](coursier/cache-action@v7.0...v8.0) --- updated-dependencies: - dependency-name: coursier/cache-action dependency-version: '8.0' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b7b4ebf commit 10aa23d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@v6
15-
- uses: coursier/cache-action@v7.0
15+
- uses: coursier/cache-action@v8.0
1616
- uses: coursier/setup-action@v2.0
1717
with:
1818
jvm: 8

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v6
1212
- run: git fetch --prune origin main
13-
- uses: coursier/cache-action@v7.0
13+
- uses: coursier/cache-action@v8.0
1414
- uses: coursier/setup-action@v2.0
1515
with:
1616
jvm: 8

0 commit comments

Comments
 (0)