Skip to content

Commit c22956d

Browse files
deps(upgrade): bump crazy-max/ghaction-import-gpg from 5 to 6
Bumps [crazy-max/ghaction-import-gpg](https://github.com/crazy-max/ghaction-import-gpg) from 5 to 6. - [Release notes](https://github.com/crazy-max/ghaction-import-gpg/releases) - [Commits](crazy-max/ghaction-import-gpg@v5...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] <[email protected]>
1 parent aa4d74a commit c22956d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
}
116116
117117
- name: Setup key
118-
uses: crazy-max/ghaction-import-gpg@v5
118+
uses: crazy-max/ghaction-import-gpg@v6
119119
if: ${{ fromJSON(steps.deploy_check.outputs.result).is_deployable == 'true' }}
120120
with:
121121
fingerprint: ${{ vars.GPG_FINGERPRINT }}

.github/workflows/deploy-tag.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
jdks
4040
4141
- name: Setup key
42-
uses: crazy-max/ghaction-import-gpg@v5
42+
uses: crazy-max/ghaction-import-gpg@v6
4343
with:
4444
fingerprint: ${{ vars.GPG_FINGERPRINT }}
4545
gpg_private_key: ${{ secrets.GPG_KEY }}

0 commit comments

Comments
 (0)