diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5f427912..92053226 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,7 +21,7 @@ jobs: - name: Import the GPG signing key id: import_gpg - uses: danitso/ghaction-import-gpg@v3 + uses: danitso/ghaction-import-gpg@master with: gpg-private-key: ${{ secrets.GPG_KEY }} passphrase: ${{ secrets.GPG_PASSPHRASE }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fc2542ab..eac20654 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -23,7 +23,7 @@ jobs: - name: Import the GPG signing key id: import_gpg - uses: danitso/ghaction-import-gpg@v3 + uses: danitso/ghaction-import-gpg@master with: gpg-private-key: ${{ secrets.GPG_KEY }} passphrase: ${{ secrets.GPG_PASSPHRASE }}