Skip to content

Commit 22eab3d

Browse files
Bump coursier/cache-action from 7.0.0 to 8.0.0
Bumps [coursier/cache-action](https://github.com/coursier/cache-action) from 7.0.0 to 8.0.0. - [Release notes](https://github.com/coursier/cache-action/releases) - [Commits](coursier/cache-action@bebeeb0...c5ca793) --- updated-dependencies: - dependency-name: coursier/cache-action dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5a71561 commit 22eab3d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2626
with:
2727
persist-credentials: false
28-
- uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 # v7.0.0
28+
- uses: coursier/cache-action@c5ca79321d170b8a18c288d9cadc2a6037166d0f # v8.0.0
2929
with:
3030
extraKey: ${{ runner.os }}
3131
- uses: coursier/setup-action@7fdbcb2ec74047d6f6270a85967bc8ff1cebe626 # v2.0.1

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1919
with:
2020
persist-credentials: false
21-
- uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 # v7.0.0
21+
- uses: coursier/cache-action@c5ca79321d170b8a18c288d9cadc2a6037166d0f # v8.0.0
2222
with:
2323
extraKey: ${{ runner.os }}
2424
- uses: coursier/setup-action@7fdbcb2ec74047d6f6270a85967bc8ff1cebe626 # v2.0.1

0 commit comments

Comments
 (0)