Merge pull request #613 from unpoller/dependabot/github_actions/crazy-max/ghaction-import-gpg-6

Bump crazy-max/ghaction-import-gpg from 5 to 6
This commit is contained in:
Cody Lee 2023-09-11 08:56:44 -05:00 committed by GitHub
commit abb1938b06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ jobs:
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Import GPG key
id: import_gpg
uses: crazy-max/ghaction-import-gpg@v5
uses: crazy-max/ghaction-import-gpg@v6
with:
gpg_private_key: ${{ secrets.GPG_SIGNING_KEY }}
- name: "Setup Ruby for packagecloud uploads"