From d33dc1ce686841386df8b9ffc3eb6263296ae2a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Apr 2024 15:05:55 +0000 Subject: [PATCH] Bump peter-evans/create-pull-request from 4.2.4 to 6.0.3 Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 4.2.4 to 6.0.3. - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/v4.2.4...c55203cfde3e5c11a452d352b4393e68b85b4533) --- updated-dependencies: - dependency-name: peter-evans/create-pull-request dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build_allow_lists.yaml | 2 +- .github/workflows/update_docker_versions.yaml | 2 +- .github/workflows/update_package_versions.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build_allow_lists.yaml b/.github/workflows/build_allow_lists.yaml index 45bd2b714c..3df6553f56 100644 --- a/.github/workflows/build_allow_lists.yaml +++ b/.github/workflows/build_allow_lists.yaml @@ -55,7 +55,7 @@ jobs: - name: Create pull request if: ${{ (env.TIMEOUT_REACHED == 0) && (! env.ACT) }} id: pull-request - uses: peter-evans/create-pull-request@38e0b6e68b4c852a5500a94740f0e535e0d7ba54 # This commit corresponds to tag 4.2.4 + uses: peter-evans/create-pull-request@c55203cfde3e5c11a452d352b4393e68b85b4533 # This commit corresponds to tag 6.0.3 with: commit-message: Update PyPI and CRAN allow lists committer: GitHub Actions diff --git a/.github/workflows/update_docker_versions.yaml b/.github/workflows/update_docker_versions.yaml index 806cb00ac6..b5d703b39f 100644 --- a/.github/workflows/update_docker_versions.yaml +++ b/.github/workflows/update_docker_versions.yaml @@ -40,7 +40,7 @@ jobs: - name: Create pull request if: ${{ ! env.ACT }} id: pull-request - uses: peter-evans/create-pull-request@153407881ec5c347639a548ade7d8ad1d6740e38 # This commit corresponds to tag 5.0.2 + uses: peter-evans/create-pull-request@c55203cfde3e5c11a452d352b4393e68b85b4533 # This commit corresponds to tag 6.0.3 with: commit-message: Update Pulumi Docker images committer: GitHub Actions diff --git a/.github/workflows/update_package_versions.yaml b/.github/workflows/update_package_versions.yaml index 7ef89355a7..9ee0f048d4 100644 --- a/.github/workflows/update_package_versions.yaml +++ b/.github/workflows/update_package_versions.yaml @@ -55,7 +55,7 @@ jobs: - name: Create pull request if: ${{ ! env.ACT }} id: pull-request - uses: peter-evans/create-pull-request@153407881ec5c347639a548ade7d8ad1d6740e38 # This commit corresponds to tag 5.0.2 + uses: peter-evans/create-pull-request@c55203cfde3e5c11a452d352b4393e68b85b4533 # This commit corresponds to tag 6.0.3 with: commit-message: Update SRD package versions committer: GitHub Actions