Skip to content

Commit

Permalink
updated action version
Browse files Browse the repository at this point in the history
This latest change include paritytech/up-to-date-action#17 which stops the action from updating PRs which are already up to date
  • Loading branch information
Bullrich committed Apr 10, 2024
1 parent 7fead80 commit 5d8e508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/up-to-date.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ jobs:
app_id: ${{ secrets.MERGE_APP_ID }}
private_key: ${{ secrets.MERGE_APP_KEY }}
- name: Update all the PRs
uses: paritytech/[email protected].0
uses: paritytech/[email protected].1
with:
GITHUB_TOKEN: ${{ steps.generate_token.outputs.token }}

0 comments on commit 5d8e508

Please sign in to comment.