From 5e12720666d33985f13c9749174165639771d153 Mon Sep 17 00:00:00 2001 From: Gerrit Grunwald Date: Wed, 17 Jul 2024 12:42:18 +0200 Subject: [PATCH] =?UTF-8?q?It=20won=E2=80=99t=20end=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index caf7370..d56e37c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -23,7 +23,7 @@ jobs: distribution: 'zulu' - name: Import GPG Key id: import_gpg - uses: crazy-max/ghaction-import-gpg@v5 + uses: crazy-max/ghaction-import-gpg@v6 with: gpg_private_key: ${{ secrets.GPG_KEY }} passphrase: ${{ secrets.GPG_PASSPHRASE }}