Skip to content

Commit

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

Bump coursier/setup-action from 1.3.7 to 1.3.8
  • Loading branch information
adpi2 authored Nov 18, 2024
2 parents 789e7e3 + 87017d9 commit ebeafb2
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 @@ -31,7 +31,7 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: true
- uses: coursier/[email protected].7
- uses: coursier/[email protected].8
with:
apps: sbt
- run: sbt +Test/compile
Expand All @@ -55,7 +55,7 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: true
- uses: coursier/[email protected].7
- uses: coursier/[email protected].8
with:
jvm: ${{ matrix.jvm }}
apps: sbt
Expand All @@ -80,7 +80,7 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: true
- uses: coursier/[email protected].7
- uses: coursier/[email protected].8
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].7
- uses: coursier/[email protected].8
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].7
- uses: coursier/[email protected].8
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].7
- uses: coursier/[email protected].8
with:
apps: sbt
jvm: 'adopt:1.8.0-292'
Expand Down

0 comments on commit ebeafb2

Please sign in to comment.