From e135acd65404b8e20a59c3cb6f7e5534934cb3fb Mon Sep 17 00:00:00 2001 From: Norman Maurer Date: Mon, 2 Oct 2023 12:02:00 +0200 Subject: [PATCH] Update action that uses deprecated node Motivation: We should update the action to eliminate warnings during action run Modifications: Update action to use latest version Result: No more warnings --- .github/workflows/ci-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-release.yml b/.github/workflows/ci-release.yml index 1dc03fb71..b5f051503 100644 --- a/.github/workflows/ci-release.yml +++ b/.github/workflows/ci-release.yml @@ -194,7 +194,7 @@ jobs: - name: Import GPG key id: import_gpg - uses: crazy-max/ghaction-import-gpg@v3 + uses: crazy-max/ghaction-import-gpg@v6 with: gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }} passphrase: ${{ secrets.GPG_PASSPHRASE }}