From add76de22cda7d96121edfacc106092c5383667e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Jun 2023 23:58:15 +0000 Subject: [PATCH] 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/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3fc9527..eb65384 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,7 +44,7 @@ jobs: uses: actions/checkout@v3 - name: Make envfile - uses: SpicyPizza/create-envfile@v1.3 + uses: SpicyPizza/create-envfile@v2.0 with: envkey_DEBUG: false envkey_USE_DOCKER: yes