From 00d7fabda745afeb7606e2fbdf93b6d12a7eb139 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 13:34:31 +0000 Subject: [PATCH] Bump timheuer/base64-to-file from 1 to 2 Bumps [timheuer/base64-to-file](https://github.com/timheuer/base64-to-file) from 1 to 2. - [Release notes](https://github.com/timheuer/base64-to-file/releases) - [Commits](https://github.com/timheuer/base64-to-file/compare/v1...v2) --- updated-dependencies: - dependency-name: timheuer/base64-to-file dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4436d31..e857eb5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -51,7 +51,7 @@ jobs: - id: gpg name: GPG Key if: steps.commits.outputs.count > 0 - uses: timheuer/base64-to-file@v1 + uses: timheuer/base64-to-file@v2 with: fileName: signing.key.asc fileDir: ${{ github.workspace }}