Update actions/checkout action to v4.4.0 #none minor
Actionlint / build (push) Successful in 44s

This commit is contained in:
2026-07-20 16:06:26 +00:00
parent b987ab54db
commit ffec9c4298
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ jobs:
steps:
- name: Checkout repository
if: ${{ inputs.checkout == 'true' }}
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0
with:
fetch-depth: '0'
- name: Bump version and push tag