Compare commits

...

1 Commits

Author SHA1 Message Date
74c0a441ac chore(deps): update https://github.com/crazy-max/ghaction-import-gpg action to v7
All checks were successful
check-and-test / check-and-test (pull_request) Successful in 1m29s
commitlint / check-and-test (pull_request) Successful in 5s
2026-03-07 02:09:17 +00:00

View File

@@ -53,7 +53,7 @@ jobs:
- name: Import GPG key - name: Import GPG key
id: import_gpg id: import_gpg
uses: https://github.com/crazy-max/ghaction-import-gpg@v6 uses: https://github.com/crazy-max/ghaction-import-gpg@v7
with: with:
gpg_private_key: ${{ secrets.GPGSIGN_KEY }} gpg_private_key: ${{ secrets.GPGSIGN_KEY }}
passphrase: ${{ secrets.GPGSIGN_PASSPHRASE }} passphrase: ${{ secrets.GPGSIGN_PASSPHRASE }}