Update crazy-max/ghaction-import-gpg action to v7

This commit is contained in:
2026-03-02 12:31:20 +00:00
parent 8ed24361bf
commit ad46d8bc98

View File

@@ -25,7 +25,7 @@ jobs:
id: install id: install
- name: Import GPG key - name: Import GPG key
uses: crazy-max/ghaction-import-gpg@v6 uses: crazy-max/ghaction-import-gpg@v7
with: with:
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }} gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.GPG_PASSPHRASE }} passphrase: ${{ secrets.GPG_PASSPHRASE }}