Skip to content

Commit 0f02251

Browse files
chore(deps): bump crazy-max/ghaction-import-gpg from 6 to 7 (#1336)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d187252 commit 0f02251

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
cache: true
3636

3737
- name: Import GPG key
38-
uses: crazy-max/ghaction-import-gpg@v6
38+
uses: crazy-max/ghaction-import-gpg@v7
3939
id: import_gpg
4040
with:
4141
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
@@ -119,7 +119,7 @@ jobs:
119119
run: brew install aptly
120120

121121
- name: Import GPG key
122-
uses: crazy-max/ghaction-import-gpg@v6
122+
uses: crazy-max/ghaction-import-gpg@v7
123123
id: import_gpg
124124
with:
125125
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
@@ -158,7 +158,7 @@ jobs:
158158
sudo apt-get install -y createrepo-c
159159
160160
- name: Import GPG key
161-
uses: crazy-max/ghaction-import-gpg@v6
161+
uses: crazy-max/ghaction-import-gpg@v7
162162
id: import_gpg
163163
with:
164164
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}

0 commit comments

Comments
 (0)