Skip to content

Commit 1b3e886

Browse files
authored
Merge pull request #1291 from gitlabhq/dependabot/github_actions/crazy-max/ghaction-import-gpg-5.2.0
build(deps): bump crazy-max/ghaction-import-gpg from 5.1.0 to 5.2.0
2 parents c895b44 + e09f18d commit 1b3e886

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
go-version: ${{ needs.go-version.outputs.go-version }}
3939
- name: Import GPG key
4040
id: import_gpg
41-
uses: crazy-max/ghaction-import-gpg@v5.1.0
41+
uses: crazy-max/ghaction-import-gpg@v5.2.0
4242
with:
4343
# These secrets will need to be configured for the repository:
4444
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}

0 commit comments

Comments
 (0)