diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 0e2717234..917aeb029 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -421,7 +421,7 @@ jobs: path: out - name: Import GPG key for signing - uses: crazy-max/ghaction-import-gpg@v3.1.0 + uses: crazy-max/ghaction-import-gpg@v3.2.0 with: gpg-private-key: ${{ secrets.ARCHIBOT_GPG_PRIVATE_KEY }} diff --git a/.github/workflows/translations.yml b/.github/workflows/translations.yml index 16cee1a2a..2bd82edb8 100644 --- a/.github/workflows/translations.yml +++ b/.github/workflows/translations.yml @@ -38,7 +38,7 @@ jobs: token: ${{ secrets.ASF_CROWDIN_API_TOKEN }} - name: Import GPG key for wiki - uses: crazy-max/ghaction-import-gpg@v3.1.0 + uses: crazy-max/ghaction-import-gpg@v3.2.0 with: gpg-private-key: ${{ secrets.ARCHIBOT_GPG_PRIVATE_KEY }} git-user-signingkey: true @@ -67,7 +67,7 @@ jobs: repository: ${{ github.repository }}.wiki - name: Import GPG key for ASF - uses: crazy-max/ghaction-import-gpg@v3.1.0 + uses: crazy-max/ghaction-import-gpg@v3.2.0 with: gpg-private-key: ${{ secrets.ARCHIBOT_GPG_PRIVATE_KEY }} git-user-signingkey: true