diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 54bab39..caa528d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -39,7 +39,7 @@ jobs: token: ${{ secrets.BEEIO_CI_TOKEN }} - 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 @@ -155,7 +155,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.OSS_GPG_PRIVATE_KEY }} @@ -190,7 +190,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.OSS_GPG_PRIVATE_KEY }} @@ -226,7 +226,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.OSS_GPG_PRIVATE_KEY }}