chore(deps): update actions/checkout action to v6.1.0
Helm / helm-lint (push) Successful in 7s
Helm / helm-unittest (push) Successful in 16s
Helm / helm-lint (pull_request) Successful in 6s
Helm / helm-unittest (pull_request) Successful in 16s

This commit is contained in:
2026-07-20 18:09:06 +00:00
parent ad6cc16d9c
commit 3ef3d6dd3b
5 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ jobs:
gpg --batch --yes --export "${GPG_PRIVATE_KEY_FINGERPRINT}" 1> "${HOME}/.gnupg/pubring.gpg"
gpg --batch --yes --passphrase-fd 0 --export-secret-keys "${GPG_PRIVATE_KEY_FINGERPRINT}" 1> "${HOME}/.gnupg/secring.gpg" <<< "${GPG_PRIVATE_KEY_PASSPHRASE}"
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
- uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0
with:
fetch-depth: 0