From fa359de561b13b5385a4b39de7b229c7114d7ef0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 00:13:45 +0000 Subject: [PATCH] Bump Jarod42/install-premake5 from 2 to 3 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 2 to 3 - [Release notes](https://github.com/jarod42/install-premake5/releases) - [Commits](https://github.com/jarod42/install-premake5/compare/v2...v3) --- 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] --- .github/workflows/windows-premake-msvc.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/windows-premake-msvc.yaml b/.github/workflows/windows-premake-msvc.yaml index 2ef9355..bb9cb98 100644 --- a/.github/workflows/windows-premake-msvc.yaml +++ b/.github/workflows/windows-premake-msvc.yaml @@ -8,7 +8,7 @@ jobs: uses: actions/checkout@v4 - name: install premake5 - uses: Jarod42/install-premake5@v2 + uses: Jarod42/install-premake5@v3 - name: Add msbuild to PATH uses: microsoft/setup-msbuild@v2