From 963f1cc32bdd7b9bf4cc0caab34784adcd686342 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 26 Mar 2024 16:01:36 +0000 Subject: [PATCH] chore(deps): update github actions - updates --- .github/workflows/check-and-test.yml | 4 ++-- .github/workflows/release.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/check-and-test.yml b/.github/workflows/check-and-test.yml index 3d5fc73c..0f8cc5a0 100644 --- a/.github/workflows/check-and-test.yml +++ b/.github/workflows/check-and-test.yml @@ -59,14 +59,14 @@ jobs: echo "pallets=${pallets_requiring_weights[*]}" >> $GITHUB_OUTPUT - name: Find Comment id: find - uses: peter-evans/find-comment@v2 + uses: peter-evans/find-comment@v3 if: steps.check.outputs.pallets != '' with: issue-number: ${{ github.event.pull_request.number }} comment-author: 'github-actions[bot]' body-includes: This PR updates the following pallets - name: Create comment - uses: peter-evans/create-or-update-comment@v3 + uses: peter-evans/create-or-update-comment@v4 if: ${{ steps.find.outputs.comment-id == '' && steps.find.outcome == 'success' }} with: issue-number: ${{ github.event.pull_request.number }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fe359462..b8638c7c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -166,7 +166,7 @@ jobs: popd; - name: Build release version - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: token: "${{ secrets.GITHUB_TOKEN }}" tag_name: ${{ needs.get-version.outputs.version }} @@ -192,7 +192,7 @@ jobs: } - name: Build release latest if: ${{ needs.get-version.outputs.is_prerelease != 'true' }} - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: token: "${{ secrets.GITHUB_TOKEN }}" tag_name: latest