Skip to content

Commit

Permalink
Only depend on major / minor version of coursier/setup-action
Browse files Browse the repository at this point in the history
No need of patch version
  • Loading branch information
alexarchambault authored Jun 4, 2024
1 parent af45a2b commit 592677e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
fetch-depth: 0
submodules: true
- uses: coursier/cache-action@v6.4
- uses: coursier/setup-action@v1.3.4
- uses: coursier/setup-action@v1.3
with:
jvm: 8
- name: Test
Expand All @@ -34,7 +34,7 @@ jobs:
fetch-depth: 0
submodules: true
- uses: coursier/cache-action@v6.4
- uses: coursier/setup-action@v1.3.4
- uses: coursier/setup-action@v1.3
with:
jvm: 8
- name: Test
Expand All @@ -48,7 +48,7 @@ jobs:
fetch-depth: 0
submodules: true
- uses: coursier/cache-action@v6.4
- uses: coursier/setup-action@v1.3.4
- uses: coursier/setup-action@v1.3
with:
jvm: 8
apps: scalafmt:3.7.14
Expand All @@ -63,7 +63,7 @@ jobs:
fetch-depth: 0
submodules: true
- uses: coursier/cache-action@v6.4
- uses: coursier/setup-action@v1.3.4
- uses: coursier/setup-action@v1.3
with:
jvm: 8
- run: .github/scripts/gpg-setup.sh
Expand Down

0 comments on commit 592677e

Please sign in to comment.