diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b8c0763..e8e0792 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: fetch-depth: 0 token: ${{ secrets.OBLAKBOT_PAT }} - name: Import GPG key - uses: crazy-max/ghaction-import-gpg@v6 + uses: crazy-max/ghaction-import-gpg@v7 id: gpg with: gpg_private_key: ${{ secrets.OBLAKBOT_GPG_KEY }}