diff --git a/.github/workflows/license-checker.yaml b/.github/workflows/license-checker.yaml index f65741e..e7f123e 100644 --- a/.github/workflows/license-checker.yaml +++ b/.github/workflows/license-checker.yaml @@ -23,7 +23,7 @@ jobs: uses: actions/checkout@v6 - name: Import GPG key - uses: crazy-max/ghaction-import-gpg@v6 + uses: crazy-max/ghaction-import-gpg@v7 with: gpg_private_key: ${{ secrets.CSM_GPG_PRIVATE_KEY }} git_user_signingkey: true diff --git a/.github/workflows/release-creator.yaml b/.github/workflows/release-creator.yaml index d450318..a7dae59 100644 --- a/.github/workflows/release-creator.yaml +++ b/.github/workflows/release-creator.yaml @@ -88,7 +88,7 @@ jobs: # To import GPG key and configure git for signed commits (Annotated tags) - name: Import GPG key - uses: crazy-max/ghaction-import-gpg@v6 + uses: crazy-max/ghaction-import-gpg@v7 with: gpg_private_key: ${{ secrets.CSM_GPG_PRIVATE_KEY }} git_user_signingkey: true