Skip to content

Commit

Permalink
Don't pin coursier/setup-action version in CI workflow (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexarchambault authored Dec 4, 2024
1 parent 9f83599 commit cc031f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: coursier/cache-action@v6
- uses: coursier/setup-action@v1.3.0
- uses: coursier/setup-action@v1
with:
jvm: 8
- name: Compile
Expand All @@ -26,7 +26,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: coursier/cache-action@v6
- uses: coursier/setup-action@v1.3.0
- uses: coursier/setup-action@v1
with:
jvm: 8
- uses: olafurpg/setup-gpg@v3
Expand Down

0 comments on commit cc031f3

Please sign in to comment.