Skip to content

Commit

Permalink
Merge pull request #97 from AstarNetwork/fix/bump-loop-1
Browse files Browse the repository at this point in the history
Update bump version
  • Loading branch information
mc2eqe authored Oct 12, 2023
2 parents 0bd60c5 + b0c3b7f commit c39d239
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bump-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
if: github.event.head_commit.author.name != 'GitHubActions' && github.event.pull_request.merged == true
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
token: ${{ secrets.GIT_USER_TOKEN }}
- run: git config --global user.email 'github-actions[bot]@users.noreply.github.com'
Expand Down

0 comments on commit c39d239

Please sign in to comment.