Skip to content

Commit

Permalink
Merge pull request #172 from FabioPinheiro/fix/scala-steward
Browse files Browse the repository at this point in the history
Update actions in Scala Steward
  • Loading branch information
FabioPinheiro authored Nov 26, 2023
2 parents 614ea26 + 9bb375d commit 1c5943f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/scala-steward.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
name: Scala Steward
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Set up JDK 11
uses: actions/setup-java@v2
Expand All @@ -38,8 +38,8 @@ jobs:
echo "email: ${{ steps.import_gpg.outputs.email }}"
- name: Launch Scala Steward
# uses: scala-steward-org/scala-steward-action@v2
uses: FabioPinheiro/scala-steward-action@b2d3539f5a99aa69a62581898e187c36fa33b742
# uses: FabioPinheiro/scala-steward-action@b2d3539f5a99aa69a62581898e187c36fa33b742
uses: scala-steward-org/scala-steward-action@v2 # needs v2.61.0
with:
github-token: ${{ secrets.REPO_GITHUB_TOKEN }}
author-email: ${{ steps.import_gpg.outputs.email }}
Expand Down

0 comments on commit 1c5943f

Please sign in to comment.