From 2781d287d494cd1b1b03205fbdfe454b7b9cf722 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 06:13:26 +0000 Subject: [PATCH] Build(deps): bump SpicyPizza/create-envfile from 1.3 to 2.0 Bumps [SpicyPizza/create-envfile](https://github.com/spicypizza/create-envfile) from 1.3 to 2.0. - [Release notes](https://github.com/spicypizza/create-envfile/releases) - [Commits](https://github.com/spicypizza/create-envfile/compare/v1.3...v2.0) --- updated-dependencies: - dependency-name: SpicyPizza/create-envfile dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy-experimental.yml | 2 +- .github/workflows/deploy.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-experimental.yml b/.github/workflows/deploy-experimental.yml index cf13cf0a6..b1fadd2ff 100644 --- a/.github/workflows/deploy-experimental.yml +++ b/.github/workflows/deploy-experimental.yml @@ -409,7 +409,7 @@ jobs: with: python-version: "3.12" - name: Make envfile - uses: SpicyPizza/create-envfile@v1.3 + uses: SpicyPizza/create-envfile@v2.0 with: envkey_VITE_API_URL: ${{ needs.deploy-django.outputs.url }} directory: solution/ui/regulations/eregs-vite diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 2d35415f0..7acaafbaf 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -102,7 +102,7 @@ jobs: popd # vite needs the .env file in order to know the URL of the api. - name: Make envfile - uses: SpicyPizza/create-envfile@v1.3 + uses: SpicyPizza/create-envfile@v2.0 with: envkey_VITE_API_URL: ${{ steps.deploy-regulations-site-server.outputs.url }} envkey_VITE_ENV: ${{matrix.environment}}