Skip to content
This repository was archived by the owner on Jan 24, 2025. It is now read-only.

Commit 58091b7

Browse files
Merge pull request #417 from softwaremill/dependabot/github_actions/coursier/cache-action-6.4
Bump coursier/cache-action from 6.3 to 6.4
2 parents f8ca07a + fd323ff commit 58091b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
JAVA_OPTS: -Xmx4G
1515
steps:
1616
- uses: actions/[email protected]
17-
- uses: coursier/cache-action@v6.3
17+
- uses: coursier/cache-action@v6.4
1818
- uses: coursier/[email protected]
1919
with:
2020
jvm: adopt:11
@@ -42,7 +42,7 @@ jobs:
4242
- uses: actions/[email protected]
4343
with:
4444
fetch-depth: 0
45-
- uses: coursier/cache-action@v6.3
45+
- uses: coursier/cache-action@v6.4
4646
- uses: olafurpg/setup-scala@v13
4747
- run: sbt ci-release
4848
env:

0 commit comments

Comments
 (0)