From 01a864650ae36e1843b347f0ecf44d77458da25c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 14:41:37 +0100 Subject: [PATCH] ci: bump github actions versions (#9859) Updates `softprops/action-gh-release` from 1 to 2 - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](https://github.com/softprops/action-gh-release/compare/v1...v2) Updates `peter-evans/create-pull-request` from 5 to 6 - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/v5...v6) Updates `kentaro-m/auto-assign-action` from 1.2.5 to 2.0.0 - [Release notes](https://github.com/kentaro-m/auto-assign-action/releases) - [Commits](https://github.com/kentaro-m/auto-assign-action/compare/v1.2.5...v2.0.0) Updates `andymckay/cancel-action` from 0.3 to 0.5 - [Release notes](https://github.com/andymckay/cancel-action/releases) - [Commits](https://github.com/andymckay/cancel-action/compare/0.3...0.5) Signed-off-by: dependabot[bot] Co-authored-by: Constrat <56174894+Constrat@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 2 +- .github/workflows/gen-changelog.yml | 4 ++-- .github/workflows/res-update-game.yml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) 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'