Browse Source

Merge pull request #1018 from peers/renovate/crazy-max-ghaction-import-gpg-5.x

chore(deps): update crazy-max/ghaction-import-gpg action to v5
Jonas Gloning 2 years ago
parent
commit
6fa18a5eee
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/release.yml

+ 1 - 1
.github/workflows/release.yml

@@ -21,7 +21,7 @@ jobs:
         run: npm ci
       - name: Import GPG key
         id: import_gpg
-        uses: crazy-max/ghaction-import-gpg@v4
+        uses: crazy-max/ghaction-import-gpg@v5
         with:
           gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
           passphrase: ${{ secrets.GPG_PASSPHRASE }}