Skip to content

Commit

Permalink
Merge pull request #603 from scalacenter/dependabot/github_actions/co…
Browse files Browse the repository at this point in the history
…ursier/setup-action-1.3.4

Bump coursier/setup-action from 1.3.3 to 1.3.4
  • Loading branch information
adpi2 authored Oct 2, 2023
2 parents 52a3479 + 69edd0d commit 6dd2122
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: true
- uses: coursier/[email protected].3
- uses: coursier/[email protected].4
with:
apps: sbt
- run: sbt +Test/compile
Expand All @@ -41,7 +41,7 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: true
- uses: coursier/[email protected].3
- uses: coursier/[email protected].4
with:
jvm: ${{ matrix.jvm }}
apps: sbt
Expand All @@ -65,7 +65,7 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: true
- uses: coursier/[email protected].3
- uses: coursier/[email protected].4
with:
jvm: ${{ matrix.jvm }}
apps: sbt
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-expression-compiler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: true
- uses: coursier/[email protected].3
- uses: coursier/[email protected].4
with:
jvm: 'temurin:1.17.0.3'
apps: sbt
Expand All @@ -36,7 +36,7 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: true
- uses: coursier/[email protected].3
- uses: coursier/[email protected].4
with:
apps: sbt
jvm: 'adopt:1.8.0-292'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: true
- uses: coursier/[email protected].3
- uses: coursier/[email protected].4
with:
apps: sbt
jvm: 'adopt:1.8.0-292'
Expand Down

0 comments on commit 6dd2122

Please sign in to comment.