Skip to content

Commit 6245b7e

Browse files
committed
Merge remote-tracking branch 'origin/dependabot/github_actions/dot-github/workflows/peter-evans/create-pull-request-8.1.1' into combined-pr-branch
2 parents 971cb1c + 99b52bd commit 6245b7e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/update-docs-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
sed -i "s/latest_version: .*/latest_version: ${GITHUB_REF_NAME}/g" mkdocs.yml
2424
git diff
2525
- name: Create Pull Request
26-
uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v3.10.1
26+
uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v3.10.1
2727
with:
2828
title: Update docs version to ${{ github.ref_name }}
2929
body: |

.github/workflows/update-testcontainers-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
sed -i "s/^testcontainers\.version=.*/testcontainers\.version=${GITHUB_REF_NAME}/g" gradle.properties
2424
git diff
2525
- name: Create Pull Request
26-
uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v3.10.1
26+
uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v3.10.1
2727
with:
2828
title: Update testcontainers version to ${{ github.ref_name }}
2929
body: |

0 commit comments

Comments
 (0)