Skip to content

Commit e994355

Browse files
Update coursier/cache-action action to v7 (eikek#539)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9ed94c1 commit e994355

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
java-version: ${{ matrix.java }}
2020
- name: Coursier cache
21-
uses: coursier/cache-action@v6
21+
uses: coursier/cache-action@v7
2222
- name: sbt ci ${{ github.ref }}
2323
run: sbt ci
2424
ci:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
java-version: openjdk@1.11
1717
- name: Coursier cache
18-
uses: coursier/cache-action@v6
18+
uses: coursier/cache-action@v7
1919
- name: sbt ci-release ${{ github.ref }}
2020
run: sbt ci-release
2121
env:

0 commit comments

Comments
 (0)