Update actions/checkout action to v4.3.1 #none patch
All checks were successful
Actionlint / build (push) Successful in 21s
All checks were successful
Actionlint / build (push) Successful in 21s
This commit is contained in:
@@ -29,7 +29,7 @@ runs:
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
if: ${{ inputs.checkout == 'true' }}
|
||||
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
|
||||
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
|
||||
with:
|
||||
fetch-depth: '0'
|
||||
- name: Bump version and push tag
|
||||
|
||||
Reference in New Issue
Block a user