Skip to content

Commit

Permalink
Merge pull request #264 from alejandrohdezma/update/sbt-ci-2.6.2
Browse files Browse the repository at this point in the history
Update sbt-ci to 2.6.2
  • Loading branch information
alejandrohdezma-steward[bot] authored Oct 2, 2022
2 parents 9dc74ad + 1428128 commit 1e4c4f4
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 @@ -45,7 +45,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ steps.github_app.outputs.token }}

- uses: actions/setup-java@2c7a4878f5d120bd643426d54ae1209b29cc01a3 # v3.4.1
- uses: actions/setup-java@a18c333f3f14249953dab3e186e5e21bf3390f1d # v3.5.1
with:
distribution: "liberica"
java-version: "17"
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
with:
ref: ${{ github.head_ref }}

- uses: actions/setup-java@2c7a4878f5d120bd643426d54ae1209b29cc01a3 # v3.4.1
- uses: actions/setup-java@a18c333f3f14249953dab3e186e5e21bf3390f1d # v3.5.1
with:
distribution: "liberica"
java-version: ${{ matrix.jdk }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
if: github.event_name == 'push'
uses: alejandrohdezma/actions/check-semver-tag@v1

- uses: actions/setup-java@2c7a4878f5d120bd643426d54ae1209b29cc01a3 # v3.4.1
- uses: actions/setup-java@a18c333f3f14249953dab3e186e5e21bf3390f1d # v3.5.1
with:
distribution: "liberica"
java-version: "11"
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
ref: main
token: ${{ secrets.ADMIN_GITHUB_TOKEN }}

- uses: actions/setup-java@2c7a4878f5d120bd643426d54ae1209b29cc01a3 # v3.4.1
- uses: actions/setup-java@a18c333f3f14249953dab3e186e5e21bf3390f1d # v3.5.1
with:
distribution: "liberica"
java-version: "17"
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.10.3")
addSbtPlugin("com.alejandrohdezma" % "sbt-ci" % "2.6.1")
addSbtPlugin("com.alejandrohdezma" % "sbt-ci" % "2.6.2")
addSbtPlugin("com.alejandrohdezma" % "sbt-fix" % "0.7.0")
addSbtPlugin("com.alejandrohdezma" % "sbt-github-mdoc" % "0.11.2")
addSbtPlugin("com.alejandrohdezma" % "sbt-github-header" % "0.11.2")
Expand Down

0 comments on commit 1e4c4f4

Please sign in to comment.