Skip to content

Commit 935fbb8

Browse files
committed
Update action.yml to use specific commit of create-pull-request action
1 parent ddcfb33 commit 935fbb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ runs:
7272
- name: Create Pull Request
7373
id: create-pr
7474
if: inputs.create-pr == 'true' && steps.check.outputs.updates-available == 'true'
75-
uses: peter-evans/create-pull-request@v7.0.8
75+
uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8
7676
with:
7777
token: ${{ inputs.github-token }}
7878
branch: ${{ inputs.pr-branch }}

0 commit comments

Comments
 (0)