Skip to content

Commit e48673e

Browse files
authored
Lower checkout version (#3)
1 parent 34d9a6a commit e48673e

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
@@ -26,7 +26,7 @@ runs:
2626
using: "composite"
2727
steps:
2828
- name: Checkout PR Head
29-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
29+
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
3030
with:
3131
token: ${{ inputs.github_token }}
3232
ref: refs/pull/${{ inputs.pull_number }}/head

0 commit comments

Comments
 (0)