diff --git a/.github/workflows/subwf-context.yml b/.github/workflows/subwf-context.yml index a7402570..e400b674 100644 --- a/.github/workflows/subwf-context.yml +++ b/.github/workflows/subwf-context.yml @@ -76,7 +76,7 @@ jobs: token: ${{ secrets.githubToken }} - name: Import GPG key - uses: crazy-max/ghaction-import-gpg@v5 + uses: crazy-max/ghaction-import-gpg@v6 with: git_user_signingkey: true git_commit_gpgsign: true diff --git a/.github/workflows/subwf-publish.yml b/.github/workflows/subwf-publish.yml index ae6706c2..006b6cc9 100644 --- a/.github/workflows/subwf-publish.yml +++ b/.github/workflows/subwf-publish.yml @@ -86,7 +86,7 @@ jobs: - name: Import GPG key id: import_gpg - uses: crazy-max/ghaction-import-gpg@v5 + uses: crazy-max/ghaction-import-gpg@v6 with: git_user_signingkey: true gpg_private_key: ${{ secrets.gpgKey }} diff --git a/.github/workflows/wfd-docs.yml b/.github/workflows/wfd-docs.yml index 5c8f5f92..92bdbf69 100644 --- a/.github/workflows/wfd-docs.yml +++ b/.github/workflows/wfd-docs.yml @@ -82,7 +82,7 @@ jobs: submodules: 'true' - name: Import GPG key - uses: crazy-max/ghaction-import-gpg@v5 + uses: crazy-max/ghaction-import-gpg@v6 with: git_user_signingkey: true git_commit_gpgsign: true @@ -165,7 +165,7 @@ jobs: path: ${{ env.PROJECT_NAME }} - name: Import GPG key - uses: crazy-max/ghaction-import-gpg@v5 + uses: crazy-max/ghaction-import-gpg@v6 with: git_user_signingkey: true git_commit_gpgsign: true