Skip to content

Commit 17a3fca

Browse files
Bump crazy-max/ghaction-import-gpg from 3 to 4
Bumps [crazy-max/ghaction-import-gpg](https://github.com/crazy-max/ghaction-import-gpg) from 3 to 4. - [Release notes](https://github.com/crazy-max/ghaction-import-gpg/releases) - [Changelog](https://github.com/crazy-max/ghaction-import-gpg/blob/master/CHANGELOG.md) - [Commits](crazy-max/ghaction-import-gpg@v3...v4) --- 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>
1 parent 520e1be commit 17a3fca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
token: ${{ secrets.OSS_GITHUB_TOKEN }}
3535

3636
- name: Import GPG key
37-
uses: crazy-max/ghaction-import-gpg@v3
37+
uses: crazy-max/ghaction-import-gpg@v4
3838
with:
3939
git-user-signingkey: true
4040
git-commit-gpgsign: true
@@ -74,7 +74,7 @@ jobs:
7474

7575
- name: Import GPG key
7676
id: import_gpg
77-
uses: crazy-max/ghaction-import-gpg@v3
77+
uses: crazy-max/ghaction-import-gpg@v4
7878
if: needs.context.outputs.shouldPublish == 'true'
7979
with:
8080
git-user-signingkey: true

0 commit comments

Comments
 (0)