From 327f7f9f3c17cc27df0a013a8dc4d8606debe218 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 05:05:18 +0000 Subject: [PATCH] chore(deps): bump mobiledevops/secret-to-file-action from 1 to 2 Bumps [mobiledevops/secret-to-file-action](https://github.com/mobiledevops/secret-to-file-action) from 1 to 2. - [Release notes](https://github.com/mobiledevops/secret-to-file-action/releases) - [Commits](https://github.com/mobiledevops/secret-to-file-action/compare/v1...v2) --- updated-dependencies: - dependency-name: mobiledevops/secret-to-file-action dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/test-docker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-docker.yml b/.github/workflows/test-docker.yml index 0cdf2386..4539413c 100644 --- a/.github/workflows/test-docker.yml +++ b/.github/workflows/test-docker.yml @@ -88,7 +88,7 @@ jobs: username: oauth2accesstoken password: ${{ steps.auth.outputs.access_token }} - name: Create Local License From Secret - uses: mobiledevops/secret-to-file-action@v1 + uses: mobiledevops/secret-to-file-action@v2 with: base64-encoded-secret: ${{ secrets.FO_INTERNAL_LICENSE }} filename: 'internal-license.key' @@ -143,7 +143,7 @@ jobs: username: oauth2accesstoken password: ${{ steps.auth.outputs.access_token }} - name: Create Local License From Secret - uses: mobiledevops/secret-to-file-action@v1 + uses: mobiledevops/secret-to-file-action@v2 with: base64-encoded-secret: ${{ secrets.FO_LEGACY_LICENSE }} filename: 'legacy-license.key'