Skip to content

Commit

Permalink
Update action that uses deprecated node (#830)
Browse files Browse the repository at this point in the history
Motivation:

We should update the action to eliminate warnings during action run

Modifications:

Update action to use latest version

Result:

No more warnings
  • Loading branch information
normanmaurer authored Oct 2, 2023
1 parent 2ef4a34 commit c0cf604
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ jobs:

- name: Import GPG key
id: import_gpg
uses: crazy-max/ghaction-import-gpg@v3
uses: crazy-max/ghaction-import-gpg@v6
with:
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.GPG_PASSPHRASE }}
Expand Down

0 comments on commit c0cf604

Please sign in to comment.