Skip to content

Commit

Permalink
chore(deps): update github actions - updates
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and mattdean-digicatapult committed Mar 26, 2024
1 parent 18521d3 commit 963f1cc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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
Expand Down

0 comments on commit 963f1cc

Please sign in to comment.