From b2858a6bfc84846b22c044c75882dc7047172f70 Mon Sep 17 00:00:00 2001 From: Dan Petersen Date: Wed, 10 Feb 2021 02:07:32 +0100 Subject: [PATCH] Use changes from forked branches --- .github/workflows/release.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 }}