Skip to content

Commit

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

Bump coursier/setup-action from 1.3.2 to 1.3.3
  • Loading branch information
adpi2 committed May 1, 2023
2 parents 762cee1 + 393c986 commit acf64bc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 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@v3
with:
submodules: true
- uses: coursier/setup-action@v1.3.2
- uses: coursier/setup-action@v1.3.3
with:
apps: sbt
- run: sbt +compile
Expand All @@ -34,7 +34,7 @@ jobs:
- uses: actions/checkout@v3
with:
submodules: true
- uses: coursier/setup-action@v1.3.2
- uses: coursier/setup-action@v1.3.3
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@v3
with:
submodules: true
- uses: coursier/setup-action@v1.3.2
- uses: coursier/setup-action@v1.3.3
with:
jvm: 'temurin:1.17.0.3'
apps: sbt
Expand All @@ -36,7 +36,7 @@ jobs:
- uses: actions/checkout@v3
with:
submodules: true
- uses: coursier/setup-action@v1.3.2
- uses: coursier/setup-action@v1.3.3
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@v3
with:
submodules: true
- uses: coursier/setup-action@v1.3.2
- uses: coursier/setup-action@v1.3.3
with:
apps: sbt
jvm: 'adopt:1.8.0-292'
Expand Down

0 comments on commit acf64bc

Please sign in to comment.