From fd01c5092129ae998b258dbc6546b9fdb31dac6c Mon Sep 17 00:00:00 2001 From: Javier Bullrich Date: Wed, 10 Apr 2024 18:17:57 +0200 Subject: [PATCH] updated action version This latest change include paritytech/up-to-date-action#17 which stops the action from updating PRs which are already up to date --- .github/workflows/up-to-date.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/up-to-date.yml b/.github/workflows/up-to-date.yml index de0af8e4b7..057d47f704 100644 --- a/.github/workflows/up-to-date.yml +++ b/.github/workflows/up-to-date.yml @@ -21,6 +21,6 @@ jobs: app_id: ${{ secrets.MERGE_APP_ID }} private_key: ${{ secrets.MERGE_APP_KEY }} - name: Update all the PRs - uses: paritytech/up-to-date-action@v0.2.0 + uses: paritytech/up-to-date-action@v0.2.1 with: GITHUB_TOKEN: ${{ steps.generate_token.outputs.token }}