diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 40e4bcd..1e6e9e7 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -49,7 +49,7 @@ jobs: run: snakefmt . - name: Import GPG key - uses: crazy-max/ghaction-import-gpg@v6 + uses: crazy-max/ghaction-import-gpg@v7 with: gpg_private_key: ${{ secrets.SEQAN_ACTIONS_GPG_KEY }} passphrase: ${{ secrets.SEQAN_ACTIONS_GPG_PASSPHRASE }}