diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cbeafb6198..e62689385f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -457,7 +457,7 @@ jobs: find . -type f | while read f; do mv -fvt . $f; done - name: Release to Github - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: body_path: CHANGELOG.md files: | diff --git a/.github/workflows/gen-changelog.yml b/.github/workflows/gen-changelog.yml index 9bbf481196..b9f1ceccfc 100644 --- a/.github/workflows/gen-changelog.yml +++ b/.github/workflows/gen-changelog.yml @@ -79,7 +79,7 @@ jobs: git commit -m "$commit_msg" - name: Create PR - uses: peter-evans/create-pull-request@v5 + uses: peter-evans/create-pull-request@v6 with: token: ${{ secrets.GITHUB_TOKEN }} title: ${{ steps.extract_tag.outputs.pr_title }} @@ -93,6 +93,6 @@ jobs: AnnAngela - name: Add reviewers to release PR - uses: kentaro-m/auto-assign-action@v1.2.5 + uses: kentaro-m/auto-assign-action@v2.0.0 with: configuration-path: ".github/release_reviewers.yaml" diff --git a/.github/workflows/res-update-game.yml b/.github/workflows/res-update-game.yml index ca9085ebcc..0233bbc509 100644 --- a/.github/workflows/res-update-game.yml +++ b/.github/workflows/res-update-game.yml @@ -250,7 +250,7 @@ jobs: - name: Cancelling if: steps.check_only_sorted.outputs.only_sorted == 'True' - uses: andymckay/cancel-action@0.3 + uses: andymckay/cancel-action@0.5 - name: Add files to git if: steps.check_only_sorted.outputs.only_sorted != 'True' @@ -277,7 +277,7 @@ jobs: - name: Cancelling if: steps.add_files.outputs.have_commits != 'True' - uses: andymckay/cancel-action@0.3 + uses: andymckay/cancel-action@0.5 - name: Push changes # push the output folder to your repo if: steps.add_files.outputs.have_commits == 'True'