Skip to content

Commit

Permalink
Bump allenevans/set-env from 3.0.0 to 4.0.0
Browse files Browse the repository at this point in the history
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](allenevans/set-env@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 17, 2024
1 parent 2a91deb commit 89ee5d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@ 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 }}
DOCWORKER_IMAGE: ${{ github.event.client_payload.docworker_image }}

- 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 }}
Expand Down

0 comments on commit 89ee5d7

Please sign in to comment.