Skip to content

Commit 347fd41

Browse files
authored
Merge pull request #307 from seqan/dependabot/github_actions/crazy-max/ghaction-import-gpg-7
chore(deps): bump crazy-max/ghaction-import-gpg from 6 to 7
2 parents e61eb98 + 4a8a821 commit 347fd41

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/readme_snippet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
token: ${{ secrets.SEQAN_ACTIONS_PAT }}
3535

3636
- name: Import GPG key
37-
uses: crazy-max/ghaction-import-gpg@v6
37+
uses: crazy-max/ghaction-import-gpg@v7
3838
with:
3939
gpg_private_key: ${{ secrets.SEQAN_ACTIONS_GPG_KEY }}
4040
passphrase: ${{ secrets.SEQAN_ACTIONS_GPG_PASSPHRASE }}

.github/workflows/update_cookbook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
token: ${{ secrets.SEQAN_ACTIONS_PAT }}
3535

3636
- name: Import GPG key
37-
uses: crazy-max/ghaction-import-gpg@v6
37+
uses: crazy-max/ghaction-import-gpg@v7
3838
with:
3939
gpg_private_key: ${{ secrets.SEQAN_ACTIONS_GPG_KEY }}
4040
passphrase: ${{ secrets.SEQAN_ACTIONS_GPG_PASSPHRASE }}

0 commit comments

Comments
 (0)