From c3f82f48d31af0f4cd417ae7aec9baaa0476d0f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2024 04:26:25 +0000 Subject: [PATCH] chore(deps): bump the github-actions-dependencies group across 2 directories with 2 updates Bumps the github-actions-dependencies group with 1 update in the / directory: [tj-actions/changed-files](https://github.com/tj-actions/changed-files). Bumps the github-actions-dependencies group with 1 update in the /actions/create-and-merge-pull-request directory: [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request). Updates `tj-actions/changed-files` from 45.0.0 to 45.0.1 - [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/v45.0.0...v45.0.1) Updates `peter-evans/create-pull-request` from 6.1.0 to 7.0.1 - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/v6.1.0...v7.0.1) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-dependencies - dependency-name: peter-evans/create-pull-request dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/release-actions.yml | 2 +- actions/create-and-merge-pull-request/action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-actions.yml b/.github/workflows/release-actions.yml index 0cf348f..116ed54 100644 --- a/.github/workflows/release-actions.yml +++ b/.github/workflows/release-actions.yml @@ -52,7 +52,7 @@ jobs: - id: changed-files if: ${{ inputs.update-all == false }} - uses: tj-actions/changed-files@v45.0.0 + uses: tj-actions/changed-files@v45.0.1 with: files: | ./actions/* diff --git a/actions/create-and-merge-pull-request/action.yml b/actions/create-and-merge-pull-request/action.yml index 44f9f63..c4eda3c 100644 --- a/actions/create-and-merge-pull-request/action.yml +++ b/actions/create-and-merge-pull-request/action.yml @@ -38,7 +38,7 @@ runs: run: | rm -fr ./self-actions - - uses: peter-evans/create-pull-request@v6.1.0 + - uses: peter-evans/create-pull-request@v7.0.1 id: create-pull-request with: token: ${{ inputs.github-token }}