Skip to content

Commit fd5d385

Browse files
authored
fix: bump internal checkout action to v4.3.1 (#2620)
1 parent e96aa65 commit fd5d385

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -315,12 +315,12 @@ runs:
315315
exit 1
316316
shell: bash
317317
if: inputs.setup-google-cloud == 'true'
318-
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
318+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
319319
with:
320320
clean: false
321321
ref: refs/pull/${{ github.event.issue.number }}/merge
322322
if: ${{ github.event_name == 'issue_comment' && inputs.configure-checkout == 'true' }}
323-
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
323+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
324324
with:
325325
clean: false
326326
if: ${{ github.event_name != 'issue_comment' && inputs.configure-checkout == 'true' }}

0 commit comments

Comments
 (0)