Skip to content

Commit

Permalink
Upgrade actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongl committed Nov 28, 2023
1 parent 0145500 commit b3fde7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sbt-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: olafurpg/setup-scala@v10
- uses: coursier/setup-action@v1
- uses: olafurpg/setup-gpg@v3
- run: sbt ci-release
env:
Expand Down

0 comments on commit b3fde7f

Please sign in to comment.