Skip to content

Commit 3335bf5

Browse files
build(deps): bump timheuer/base64-to-file from 1.2.4 to 2.0.0
Bumps [timheuer/base64-to-file](https://github.com/timheuer/base64-to-file) from 1.2.4 to 2.0.0. - [Release notes](https://github.com/timheuer/base64-to-file/releases) - [Commits](timheuer/base64-to-file@v1.2.4...dfa5a5d) --- updated-dependencies: - dependency-name: timheuer/base64-to-file dependency-version: 2.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent dbe9234 commit 3335bf5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/verify-dependency-metadata.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,15 @@ jobs:
3737
- name: Decode Keystore
3838
id: decode_keystore
3939
if: github.event.pull_request.head.repo.full_name == github.repository
40-
uses: timheuer/base64-to-file@784a1a4a994315802b7d8e2084e116e783d157be
40+
uses: timheuer/base64-to-file@dfa5a5dd38803cb4f5c3a081eeb28e8362d43e9c
4141
with:
4242
fileName: 'dhis_keystore.jks'
4343
encodedString: ${{ secrets.KEYSTORE }}
4444

4545
- name: Decode Training Keystore
4646
id: decode_training_keystore
4747
if: github.event.pull_request.head.repo.full_name == github.repository
48-
uses: timheuer/base64-to-file@784a1a4a994315802b7d8e2084e116e783d157be
48+
uses: timheuer/base64-to-file@dfa5a5dd38803cb4f5c3a081eeb28e8362d43e9c
4949
with:
5050
fileName: 'dhis_training_keystore.jks'
5151
encodedString: ${{ secrets.TRAINING_KEYSTORE_BASE64 }}

0 commit comments

Comments
 (0)