We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04b9040 commit 3171683Copy full SHA for 3171683
.github/workflows/release.yaml
@@ -56,7 +56,7 @@ jobs:
56
git push origin "v$NEW_VER"
57
- name: Import GPG key
58
if: ${{ steps.check_version.outputs.skip_release != 'true' }}
59
- uses: crazy-max/ghaction-import-gpg@111c56156bcc6918c056dbef52164cfa583dc549 # v5.2.0
+ uses: crazy-max/ghaction-import-gpg@e89d40939c28e39f97cf32126055eeae86ba74ec # v6.3.0
60
id: import_gpg
61
with:
62
gpg_private_key: ${{ secrets.TERRAFORM_GPG_PRIVATE_KEY }}
0 commit comments