diff --git a/.github/workflows/update-cache.yml b/.github/workflows/update-cache.yml index 01d4631f7a..e540f9ad9e 100644 --- a/.github/workflows/update-cache.yml +++ b/.github/workflows/update-cache.yml @@ -248,12 +248,12 @@ jobs: clean: false - name: Import GPG key - uses: crazy-max/ghaction-import-gpg@v3 + uses: crazy-max/ghaction-import-gpg@v5 with: - gpg-private-key: ${{ secrets.GPG_KEY1 }} + gpg_private_key: ${{ secrets.GPG_KEY1 }} passphrase: ${{ secrets.GPG_PASSPHRASE1 }} workdir: build - git-user-signingkey: true + git_user_signingkey: true - name: Install SSH key for storage uses: shimataro/ssh-key-action@v2