Skip to content

Commit

Permalink
Fix update PR action version (#2525)
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesbvll authored Oct 17, 2023
1 parent dbcd6a9 commit 8d96c58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Automatically update mergeable PRs
uses: adRise/update-pr-branch@0.7
uses: adRise/update-pr-branch@v0.7.0
with:
token: ${{ secrets.ACTION_USER_TOKEN }}
base: 'main'
Expand Down

0 comments on commit 8d96c58

Please sign in to comment.