From f8911ab3039e50f9fab13dca9bf5a2b4751228bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 11:36:47 +0100 Subject: [PATCH] Bump Jarod42/install-premake5 from 1 to 2 in the github-actions group (#25) * Bump Jarod42/install-premake5 from 1 to 2 in the github-actions group Bumps the github-actions group with 1 update: [Jarod42/install-premake5](https://github.com/jarod42/install-premake5). Updates `Jarod42/install-premake5` from 1 to 2 - [Release notes](https://github.com/jarod42/install-premake5/releases) - [Commits](https://github.com/jarod42/install-premake5/compare/v1...v2) --- updated-dependencies: - dependency-name: Jarod42/install-premake5 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] * Update .github/workflows/premake5-windows.yml * Update .github/workflows/release-windows.yml --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Joris Dauphin --- .github/workflows/premake5-windows.yml | 4 +--- .github/workflows/release-windows.yml | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/premake5-windows.yml b/.github/workflows/premake5-windows.yml index b3341c81..e3b09e21 100644 --- a/.github/workflows/premake5-windows.yml +++ b/.github/workflows/premake5-windows.yml @@ -31,9 +31,7 @@ jobs: submodules: recursive - name: install premake5 - uses: Jarod42/install-premake5@v1 - with: - ref: '' + uses: Jarod42/install-premake5@v2 - name: Add msbuild to PATH uses: microsoft/setup-msbuild@v2 diff --git a/.github/workflows/release-windows.yml b/.github/workflows/release-windows.yml index e72772a5..40dd824a 100644 --- a/.github/workflows/release-windows.yml +++ b/.github/workflows/release-windows.yml @@ -17,9 +17,7 @@ jobs: submodules: recursive - name: install premake5 - uses: Jarod42/install-premake5@v1 - with: - ref: '' + uses: Jarod42/install-premake5@v2 - name: Add msbuild to PATH uses: microsoft/setup-msbuild@v2