From 295bb5610b69b42049acf7460c9e995b250c36f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Oct 2023 10:07:37 +0000 Subject: [PATCH] Bump allenevans/set-env from 2.2.0 to 3.0.0 Bumps [allenevans/set-env](https://github.com/allenevans/set-env) from 2.2.0 to 3.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/c4f231179ef63887be707202a295d9cb1c687eb9...0f3306034af0ea21dd28983b6e7c1614ee317739) --- updated-dependencies: - dependency-name: allenevans/set-env dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/pgkbuild.yml | 2 +- .github/workflows/wix.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pgkbuild.yml b/.github/workflows/pgkbuild.yml index 6c591eac5..8b5c841e7 100644 --- a/.github/workflows/pgkbuild.yml +++ b/.github/workflows/pgkbuild.yml @@ -20,7 +20,7 @@ jobs: run: brew install --cask packages - name: Setup environment variables - uses: allenevans/set-env@c4f231179ef63887be707202a295d9cb1c687eb9 # v2.2.0 + uses: allenevans/set-env@0f3306034af0ea21dd28983b6e7c1614ee317739 # v3.0.0 with: MAJOR_VERSION: 17 FULL_VERSION: 17.0.3_7 diff --git a/.github/workflows/wix.yml b/.github/workflows/wix.yml index 3a5ef8024..28b13a9b8 100644 --- a/.github/workflows/wix.yml +++ b/.github/workflows/wix.yml @@ -59,7 +59,7 @@ jobs: choco install --no-progress wget - name: Setup environment variables - uses: allenevans/set-env@c4f231179ef63887be707202a295d9cb1c687eb9 # v2.2.0 + uses: allenevans/set-env@0f3306034af0ea21dd28983b6e7c1614ee317739 # v3.0.0 with: PRODUCT_MAJOR_VERSION: ${{ matrix.PRODUCT_MAJOR_VERSION }} PRODUCT_MINOR_VERSION: ${{ matrix.PRODUCT_MINOR_VERSION }}