diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index ef1fb38..e1e844b 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -76,7 +76,7 @@ jobs: sed -i '/^## '$CURR_TAG'$/d' release-notes.md grep '' release-notes.md - name: Import GPG key - uses: crazy-max/ghaction-import-gpg@v6 + uses: crazy-max/ghaction-import-gpg@v7 id: import_gpg with: gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}