From 016bbadf1e0283d34d09c2e01bd3eb9ec4421cc8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 25 Sep 2022 18:09:19 +0000 Subject: [PATCH] Bump FranzDiebold/github-env-vars-action from 2.3.1 to 2.7.0 Bumps [FranzDiebold/github-env-vars-action](https://github.com/FranzDiebold/github-env-vars-action) from 2.3.1 to 2.7.0. - [Release notes](https://github.com/FranzDiebold/github-env-vars-action/releases) - [Commits](https://github.com/FranzDiebold/github-env-vars-action/compare/v2.3.1...v2.7.0) --- updated-dependencies: - dependency-name: FranzDiebold/github-env-vars-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 407de880..6fcb8850 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -22,7 +22,7 @@ jobs: # Step 2 - Extract Environment Variables - name: Extract Environment Variables - uses: FranzDiebold/github-env-vars-action@v2.3.1 + uses: FranzDiebold/github-env-vars-action@v2.7.0 # Step 3 - Setup NodeJS - name: Setup NodeJS