diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7360d0c39..b6664d2a4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,7 +33,7 @@ jobs: name: Import GPG key id: import_gpg # see https://github.com/hashicorp/terraform-provider-scaffolding/issues/22 - uses: crazy-max/ghaction-import-gpg@v5.3.0 + uses: crazy-max/ghaction-import-gpg@v6.0.0 with: # These secrets will need to be configured for the repository: gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}