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 c7a8028978..643e1be8c3 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 14a943cd80..da6762e627 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