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] <support@github.com>
This commit is contained in:
@@ -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 }}
|
||||
|
||||
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user