chore(deps): update actions/checkout action to v7
Helm / helm-lint (push) Successful in 12s
Helm / helm-lint (pull_request) Successful in 11s
Helm / helm-unittest (push) Successful in 20s
Helm / helm-unittest (pull_request) Successful in 24s

This commit is contained in:
2026-09-15 15:32:47 +00:00
parent 33ea06e335
commit 6a4739e3b1
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@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
fetch-depth: 0