Skip to content

Commit e17ce6c

Browse files
Bump crazy-max/ghaction-import-gpg from 5.0.0 to 5.1.0 (#1501)
Bumps [crazy-max/ghaction-import-gpg](https://github.com/crazy-max/ghaction-import-gpg) from 5.0.0 to 5.1.0. - [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@v5.0.0...v5.1.0) --- updated-dependencies: - dependency-name: crazy-max/ghaction-import-gpg dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cef70af commit e17ce6c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/apt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
uses: actions/checkout@v3
8989

9090
- name: Import GPG key
91-
uses: crazy-max/ghaction-import-gpg@v5.0.0
91+
uses: crazy-max/ghaction-import-gpg@v5.1.0
9292
with:
9393
gpg_private_key: ${{ secrets.APT_GPG }}
9494

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
uses: actions/checkout@v3
135135

136136
- name: Import GPG key
137-
uses: crazy-max/ghaction-import-gpg@v5.0.0
137+
uses: crazy-max/ghaction-import-gpg@v5.1.0
138138
with:
139139
gpg_private_key: ${{ secrets.APT_GPG }}
140140

0 commit comments

Comments
 (0)