Skip to content

Commit

Permalink
Merge pull request #3228 from canonical/renovate/crazy-max-ghaction-i…
Browse files Browse the repository at this point in the history
…mport-gpg-6.x

chore(deps): update crazy-max/ghaction-import-gpg action to v6
  • Loading branch information
Saviq authored Feb 13, 2024
2 parents 5f480fe + bd9247a commit 3b9d801
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ppa-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

steps:
- name: Import GPG key
uses: crazy-max/ghaction-import-gpg@v3
uses: crazy-max/ghaction-import-gpg@v6
with:
gpg-private-key: ${{ secrets.MIR_BOT_GPG_PRIVATE_KEY }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tarball.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
[[ ${version} =~ ^[0-9]+.[0-9]+.[0-9]+$ ]] && echo "version=${version}" >> $GITHUB_OUTPUT
- name: Import GPG key
uses: crazy-max/ghaction-import-gpg@v5
uses: crazy-max/ghaction-import-gpg@v6
with:
gpg_private_key: ${{ secrets.MIR_BOT_GPG_PRIVATE_KEY }}

Expand Down

0 comments on commit 3b9d801

Please sign in to comment.