chore(deps): update actions/checkout action to v4.4.0
Lint Markdown files / markdown-lint (pull_request) Successful in 12s
Build / build-arch-linux (pull_request) Successful in 15m17s

This commit is contained in:
2026-08-21 09:10:41 +00:00
parent 86c2fb394b
commit 4fc6302bc7
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ jobs:
echo "version_raw=${VERSION}" >> $GITHUB_OUTPUT
echo "version_cleaned=${VERSION/v/}" >> $GITHUB_OUTPUT
- uses: actions/checkout@v4.2.2
- uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0
with:
fetch-tags: true
ref: "${{ steps.version_extraction.outputs.version_raw }}"