Skip to content

Commit eecbed0

Browse files
authored
Merge pull request #316 from scala/dependabot/github_actions/coursier/cache-action-7
Bump coursier/cache-action from 6 to 7
2 parents 52a12af + eccafaa commit eecbed0

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@v6
2020
with:
2121
fetch-depth: 0
22-
- uses: coursier/cache-action@v6
22+
- uses: coursier/cache-action@v7
2323
- uses: actions/setup-java@v5
2424
with:
2525
distribution: temurin
@@ -47,7 +47,7 @@ jobs:
4747
- uses: actions/checkout@v6
4848
with:
4949
fetch-depth: 0
50-
- uses: coursier/cache-action@v6
50+
- uses: coursier/cache-action@v7
5151
- uses: actions/setup-java@v5
5252
with:
5353
distribution: temurin

0 commit comments

Comments
 (0)