1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-24 12:13:39 +00:00

Fix version tags for gh workflows (#5402)

This commit is contained in:
Oscar Hinton
2023-05-09 11:44:05 +02:00
committed by GitHub
parent 5f825e10f9
commit 423fb453e2
8 changed files with 10 additions and 10 deletions

View File

@@ -55,7 +55,7 @@ jobs:
secrets: "github-gpg-private-key, github-gpg-private-key-passphrase"
- name: Import GPG key
uses: crazy-max/ghaction-import-gpg@c8bb57c57e8df1be8c73ff3d59deab1dbc00e0d1 # v5.2.0
uses: crazy-max/ghaction-import-gpg@c8bb57c57e8df1be8c73ff3d59deab1dbc00e0d1 # v5.3.0
with:
gpg_private_key: ${{ steps.retrieve-secrets.outputs.github-gpg-private-key }}
passphrase: ${{ steps.retrieve-secrets.outputs.github-gpg-private-key-passphrase }}