diff --git a/.github/workflows/build_allow_lists.yaml b/.github/workflows/build_allow_lists.yaml index dd628d5cec..88dd39a0cd 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@c55203cfde3e5c11a452d352b4393e68b85b4533 # This commit corresponds to tag 6.0.3 + uses: peter-evans/create-pull-request@9153d834b60caba6d51c9b9510b087acf9f33f83 # This commit corresponds to tag 6.0.4 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 2b81d8ca9c..a4abf3af98 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@c55203cfde3e5c11a452d352b4393e68b85b4533 # This commit corresponds to tag 6.0.3 + uses: peter-evans/create-pull-request@9153d834b60caba6d51c9b9510b087acf9f33f83 # This commit corresponds to tag 6.0.4 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 664ef5eec0..4d29cde318 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@c55203cfde3e5c11a452d352b4393e68b85b4533 # This commit corresponds to tag 6.0.3 + uses: peter-evans/create-pull-request@9153d834b60caba6d51c9b9510b087acf9f33f83 # This commit corresponds to tag 6.0.4 with: commit-message: Update SRD package versions committer: GitHub Actions