From a1089e518c077f4588d8a4af3306601bfc126c61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=F0=9D=99=B2=F0=9D=9A=9B=F0=9D=9A=8E=F0=9D=9A=8A?= =?UTF-8?q?=F0=9D=9A=9D=F0=9D=9A=92=F0=9D=9A=9F=F0=9D=9A=8E=F0=9D=99=B2?= =?UTF-8?q?=F0=9D=9A=98=F0=9D=9A=8D=F0=9D=9A=8E=F0=9D=99=B2=F0=9D=9A=8A?= =?UTF-8?q?=F0=9D=9A=9D?= Date: Fri, 25 Apr 2025 19:49:55 +0100 Subject: [PATCH] Update GitHub Action Versions (#233) Co-authored-by: github-actions[bot] --- .github/workflows/changelog.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml index a4891d8..86e0eea 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -26,7 +26,7 @@ jobs: - name: Import GPG key id: import_gpg - uses: crazy-max/ghaction-import-gpg@v6.2.0 + uses: crazy-max/ghaction-import-gpg@v6.3.0 with: gpg_private_key: ${{ secrets.GIT_ACTIONS_GPG_KEY }} git_user_signingkey: true