From 4e1b0f2808c3d91c56c0d8dbd65b0b5d09b831e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 01:14:45 +0000 Subject: [PATCH] [MNT] Bump the github-actions group across 1 directory with 2 updates Bumps the github-actions group with 2 updates in the / directory: [tj-actions/changed-files](https://github.com/tj-actions/changed-files) and [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request). Updates `tj-actions/changed-files` from 44 to 45 - [Release notes](https://github.com/tj-actions/changed-files/releases) - [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md) - [Commits](https://github.com/tj-actions/changed-files/compare/v44...v45) Updates `peter-evans/create-pull-request` from 6 to 7 - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/v6...v7) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: peter-evans/create-pull-request dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/pr_precommit.yml | 2 +- .github/workflows/precommit_autoupdate.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr_precommit.yml b/.github/workflows/pr_precommit.yml index cd7e2e2..630e3d1 100644 --- a/.github/workflows/pr_precommit.yml +++ b/.github/workflows/pr_precommit.yml @@ -23,7 +23,7 @@ jobs: with: python-version: "3.10" - - uses: tj-actions/changed-files@v44 + - uses: tj-actions/changed-files@v45 id: changed-files - name: List changed files diff --git a/.github/workflows/precommit_autoupdate.yml b/.github/workflows/precommit_autoupdate.yml index ed8638f..7638466 100644 --- a/.github/workflows/precommit_autoupdate.yml +++ b/.github/workflows/precommit_autoupdate.yml @@ -27,7 +27,7 @@ jobs: private-key: ${{ secrets.PR_APP_KEY }} - if: always() - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@v7 with: token: ${{ steps.app-token.outputs.token }} commit-message: "Automated `pre-commit` hook update"