From 47082cfec188f7710215a9c64dc8cc825f30b79f Mon Sep 17 00:00:00 2001 From: Yontipon Date: Mon, 1 May 2023 23:28:22 -0400 Subject: [PATCH] Update import-gpg to v5 in release workflow v3 uses deprecated features. https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/ --- .github/workflows/releaseaction.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/releaseaction.yml b/.github/workflows/releaseaction.yml index faf2675..0f6c890 100644 --- a/.github/workflows/releaseaction.yml +++ b/.github/workflows/releaseaction.yml @@ -150,9 +150,9 @@ jobs: path: build/libs/ - name: Import GPG key id: import_gpg - uses: crazy-max/ghaction-import-gpg@v3 + uses: crazy-max/ghaction-import-gpg@v5 with: - gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }} + gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }} passphrase: ${{ secrets.GPG_PASSPHRASE }} - name: Release build deploy env: