Skip to content

Commit

Permalink
Merge pull request #605 from clasp-developers/dependabot/github_actio…
Browse files Browse the repository at this point in the history
…ns/dot-github/workflows/peter-evans/create-pull-request-7

build(deps): bump peter-evans/create-pull-request from 6 to 7 in /.github/workflows
  • Loading branch information
yitzchak authored Sep 26, 2024
2 parents 3004684 + 9f4a422 commit 37c9bdf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/autobump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
brew install sbcl
./bump-version clasp Formula/clasp-cl.rb
- name: Create Pull Request for clasp-cl
uses: peter-evans/create-pull-request@v6
uses: peter-evans/create-pull-request@v7
with:
token: ${{ secrets.REPO_TOKEN }}
commit-message: Build clasp-cl
Expand All @@ -52,7 +52,7 @@ jobs:
brew install sbcl
./bump-version clasp Formula/cando.rb --extensions=cando,seqan-clasp
- name: Create Pull Request for cando
uses: peter-evans/create-pull-request@v6
uses: peter-evans/create-pull-request@v7
with:
token: ${{ secrets.REPO_TOKEN }}
commit-message: Build cando
Expand Down

0 comments on commit 37c9bdf

Please sign in to comment.