We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e96aa65 commit fd5d385Copy full SHA for fd5d385
1 file changed
action.yml
@@ -315,12 +315,12 @@ runs:
315
exit 1
316
shell: bash
317
if: inputs.setup-google-cloud == 'true'
318
- - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
+ - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
319
with:
320
clean: false
321
ref: refs/pull/${{ github.event.issue.number }}/merge
322
if: ${{ github.event_name == 'issue_comment' && inputs.configure-checkout == 'true' }}
323
324
325
326
if: ${{ github.event_name != 'issue_comment' && inputs.configure-checkout == 'true' }}
0 commit comments