Skip to content

Commit

Permalink
Merge pull request #1796 from alan-turing-institute/dependabot/github…
Browse files Browse the repository at this point in the history
…_actions/peter-evans/create-pull-request-6.0.3

Bump peter-evans/create-pull-request from 4.2.4 to 6.0.3
  • Loading branch information
JimMadge authored Apr 15, 2024
2 parents a9b4361 + d33dc1c commit 9489588
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_allow_lists.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update_docker_versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update_package_versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>
Expand Down

0 comments on commit 9489588

Please sign in to comment.