Skip to content

Commit

Permalink
Merge pull request #308 from okp4/dependabot/github_actions/crazy-max…
Browse files Browse the repository at this point in the history
…/ghaction-import-gpg-6

build(deps): bump crazy-max/ghaction-import-gpg from 5 to 6
  • Loading branch information
amimart authored Sep 11, 2023
2 parents 03ff052 + 14ac9cf commit c5a78ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bump-okp4d-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
token: ${{ secrets.OKP4_TOKEN }}

- name: Import GPG key
uses: crazy-max/ghaction-import-gpg@v5
uses: crazy-max/ghaction-import-gpg@v6
with:
gpg_private_key: ${{ secrets.OKP4_BOT_GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.OKP4_BOT_GPG_PASSPHRASE }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-versioned-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
path: tmp

- name: Import GPG key
uses: crazy-max/ghaction-import-gpg@v5
uses: crazy-max/ghaction-import-gpg@v6
with:
gpg_private_key: ${{ secrets.OKP4_BOT_GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.OKP4_BOT_GPG_PASSPHRASE }}
Expand Down

0 comments on commit c5a78ff

Please sign in to comment.