From b8ab5796ad98d745670aa8ac4ab514dc6e7a8e93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Aug 2023 12:18:14 -0300 Subject: [PATCH] chore(deps): bump allenevans/set-env from 2.0.0 to 2.2.0 (#674) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/backstop.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/backstop.yml b/.github/workflows/backstop.yml index 68f60f1b..79227d47 100644 --- a/.github/workflows/backstop.yml +++ b/.github/workflows/backstop.yml @@ -28,7 +28,7 @@ jobs: site_name: idrc max_timeout: 300 - name: Set environment variables - uses: allenevans/set-env@v2.0.0 + uses: allenevans/set-env@v2.2.0 with: BASE_URL: ${{ steps.netlify.outputs.url }} - name: Install dependencies, generate reference images, run visual regression tests