Skip to content

Commit 535afb1

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 be7b8eb commit 535afb1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
java-version: ${{matrix.java}}
2929
distribution: temurin
3030
- uses: sbt/setup-sbt@a627500d27445f8c5021755a439829b6e78e3358 # v1.1.15
31-
- uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 # v6.4.8
31+
- uses: coursier/cache-action@c5ca79321d170b8a18c288d9cadc2a6037166d0f # v6.4.8
3232
- if: ${{ matrix.scala == 'latest' }}
3333
run: sbt -v
3434
scalafmtSbtCheck
@@ -60,7 +60,7 @@ jobs:
6060
- uses: actions/setup-node@v6
6161
with:
6262
node-version: 22
63-
- uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 # v6.4.8
63+
- uses: coursier/cache-action@c5ca79321d170b8a18c288d9cadc2a6037166d0f # v6.4.8
6464
- run: sbt -v
6565
-Dscala_js_wasm
6666
"project allJS"
@@ -82,7 +82,7 @@ jobs:
8282
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
8383
- name: Install pandoc
8484
run: ./.github/install_pandoc.sh
85-
- uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 # v6.4.8
85+
- uses: coursier/cache-action@c5ca79321d170b8a18c288d9cadc2a6037166d0f # v6.4.8
8686
- name: Generate html
8787
run: ./.github/gen_doc.sh
8888
- name: Push to gh-pages

.github/workflows/doc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
ref: ${{ github.event.pull_request.head.sha }}
2121
- name: Install pandoc
2222
run: ./.github/install_pandoc.sh
23-
- uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 # v6.4.8
23+
- uses: coursier/cache-action@c5ca79321d170b8a18c288d9cadc2a6037166d0f # v6.4.8
2424
- name: Generate html
2525
run: ./.github/gen_doc.sh
2626
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

0 commit comments

Comments
 (0)