From 2f58365381dde9e5eea9f008b30f5c06cdeea117 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 07:50:52 +0000 Subject: [PATCH] build(deps): bump timheuer/base64-to-file from 1.2 to 2.0 Bumps [timheuer/base64-to-file](https://github.com/timheuer/base64-to-file) from 1.2 to 2.0. - [Release notes](https://github.com/timheuer/base64-to-file/releases) - [Commits](https://github.com/timheuer/base64-to-file/compare/v1.2...v2.0) --- updated-dependencies: - dependency-name: timheuer/base64-to-file dependency-version: '2.0' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/publish-nym-wallet-macos.yml | 2 +- .github/workflows/publish-nym-wallet-ubuntu.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-nym-wallet-macos.yml b/.github/workflows/publish-nym-wallet-macos.yml index 95746a92f2..f3595f9e54 100644 --- a/.github/workflows/publish-nym-wallet-macos.yml +++ b/.github/workflows/publish-nym-wallet-macos.yml @@ -66,7 +66,7 @@ jobs: security list-keychain -d user -s $KEYCHAIN_PATH - name: Create env file - uses: timheuer/base64-to-file@v1.2 + uses: timheuer/base64-to-file@v2.0 with: fileName: '.env' encodedString: ${{ secrets.WALLET_ADMIN_ADDRESS }} diff --git a/.github/workflows/publish-nym-wallet-ubuntu.yml b/.github/workflows/publish-nym-wallet-ubuntu.yml index 8cff672d2a..49ea0d275c 100644 --- a/.github/workflows/publish-nym-wallet-ubuntu.yml +++ b/.github/workflows/publish-nym-wallet-ubuntu.yml @@ -51,7 +51,7 @@ jobs: run: pnpm i - name: Create env file - uses: timheuer/base64-to-file@v1.2 + uses: timheuer/base64-to-file@v2.0 with: fileName: '.env' encodedString: ${{ secrets.WALLET_ADMIN_ADDRESS }}