Update actions/checkout action to v6 #none major
All checks were successful
Actionlint / build (push) Successful in 26s

This commit is contained in:
2025-11-20 17:06:32 +00:00
parent 1088e4e28d
commit d1864b5430
2 changed files with 2 additions and 2 deletions

View File

@@ -29,7 +29,7 @@ runs:
steps:
- name: Checkout repository
if: ${{ inputs.checkout == 'true' }}
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
with:
fetch-depth: '0'
- name: Bump version and push tag