Skip to content

Commit 69da198

Browse files
dependabot[bot]linkdotnet
authored andcommitted
build(deps): Bump crazy-max/ghaction-import-gpg from 6 to 7
Bumps [crazy-max/ghaction-import-gpg](https://github.com/crazy-max/ghaction-import-gpg) from 6 to 7. - [Release notes](https://github.com/crazy-max/ghaction-import-gpg/releases) - [Commits](crazy-max/ghaction-import-gpg@v6...v7) --- updated-dependencies: - dependency-name: crazy-max/ghaction-import-gpg dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0e74c42 commit 69da198

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/docs-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737

3838
- name: ⚙️ Import GPG key
3939
id: import_gpg
40-
uses: crazy-max/ghaction-import-gpg@v6
40+
uses: crazy-max/ghaction-import-gpg@v7
4141
with:
4242
gpg_private_key: ${{ secrets.BUNIT_BOT_GPG_PRIVATE_KEY }}
4343
passphrase: ${{ secrets.BUNIT_BOT_GPG_KEY_PASSPHRASE }}

.github/workflows/prepare-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
4848
- name: ⚙️ Import GPG key
4949
id: import_gpg
50-
uses: crazy-max/ghaction-import-gpg@v6
50+
uses: crazy-max/ghaction-import-gpg@v7
5151
with:
5252
gpg_private_key: ${{ secrets.BUNIT_BOT_GPG_PRIVATE_KEY }}
5353
passphrase: ${{ secrets.BUNIT_BOT_GPG_KEY_PASSPHRASE }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141

4242
- name: ⚙️ Import GPG key
4343
id: import_gpg
44-
uses: crazy-max/ghaction-import-gpg@v6
44+
uses: crazy-max/ghaction-import-gpg@v7
4545
with:
4646
gpg_private_key: ${{ secrets.BUNIT_BOT_GPG_PRIVATE_KEY }}
4747
passphrase: ${{ secrets.BUNIT_BOT_GPG_KEY_PASSPHRASE }}

0 commit comments

Comments
 (0)