Skip to content

Commit

Permalink
Bump crazy-max/ghaction-import-gpg from 3 to 6
Browse files Browse the repository at this point in the history
Bumps [crazy-max/ghaction-import-gpg](https://github.com/crazy-max/ghaction-import-gpg) from 3 to 6.
- [Release notes](https://github.com/crazy-max/ghaction-import-gpg/releases)
- [Commits](crazy-max/ghaction-import-gpg@v3...v6)

---
updated-dependencies:
- dependency-name: crazy-max/ghaction-import-gpg
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 11, 2023
1 parent 99f1deb commit 2f98f9a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-release-vpnc-deployer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
token: ${{ secrets.BEEIO_CI_TOKEN }}

- name: Import GPG key
uses: crazy-max/ghaction-import-gpg@v3
uses: crazy-max/ghaction-import-gpg@v6
with:
git-user-signingkey: true
git-commit-gpgsign: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-release-vpnc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
token: ${{ secrets.BEEIO_CI_TOKEN }}

- name: Import GPG key
uses: crazy-max/ghaction-import-gpg@v3
uses: crazy-max/ghaction-import-gpg@v6
with:
git-user-signingkey: true
git-commit-gpgsign: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-release-vpnddns.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
token: ${{ secrets.BEEIO_CI_TOKEN }}

- name: Import GPG key
uses: crazy-max/ghaction-import-gpg@v3
uses: crazy-max/ghaction-import-gpg@v6
with:
git-user-signingkey: true
git-commit-gpgsign: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-release-vpnmanager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
token: ${{ secrets.BEEIO_CI_TOKEN }}

- name: Import GPG key
uses: crazy-max/ghaction-import-gpg@v3
uses: crazy-max/ghaction-import-gpg@v6
with:
git-user-signingkey: true
git-commit-gpgsign: true
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:

- name: Import GPG key
id: import_gpg
uses: crazy-max/ghaction-import-gpg@v3
uses: crazy-max/ghaction-import-gpg@v6
if: needs.context.outputs.shouldPublish == 'true'
with:
git-user-signingkey: true
Expand Down

0 comments on commit 2f98f9a

Please sign in to comment.