From 89ee5d71112a82da8ea38b0a7293d35d5c993eec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 08:15:56 +0000 Subject: [PATCH] Bump allenevans/set-env from 3.0.0 to 4.0.0 Bumps [allenevans/set-env](https://github.com/allenevans/set-env) from 3.0.0 to 4.0.0. - [Release notes](https://github.com/allenevans/set-env/releases) - [Changelog](https://github.com/allenevans/set-env/blob/master/CHANGELOG.md) - [Commits](https://github.com/allenevans/set-env/compare/v3.0.0...v4.0.0) --- updated-dependencies: - dependency-name: allenevans/set-env dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3576718..f788e73 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -33,7 +33,7 @@ jobs: - name: Set variables from repository dispatch if: github.event_name == 'repository_dispatch' - uses: allenevans/set-env@v3.0.0 + uses: allenevans/set-env@v4.0.0 with: SERVER_IMAGE: ${{ github.event.client_payload.server_image }} CLIENT_IMAGE: ${{ github.event.client_payload.client_image }} @@ -41,7 +41,7 @@ jobs: - name: Set variables from workflow dispatch if: github.event_name == 'workflow_dispatch' - uses: allenevans/set-env@v3.0.0 + uses: allenevans/set-env@v4.0.0 with: SERVER_IMAGE: ${{ github.event.inputs.server_image }} CLIENT_IMAGE: ${{ github.event.inputs.client_image }}