From a11b9a73186d9daa6d3630aa1bf2dd58dbd03394 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 17 Aug 2024 17:28:40 +0000 Subject: [PATCH] Bump ilammy/msvc-dev-cmd from 1.12.0 to 1.13.0 Bumps [ilammy/msvc-dev-cmd](https://github.com/ilammy/msvc-dev-cmd) from 1.12.0 to 1.13.0. - [Release notes](https://github.com/ilammy/msvc-dev-cmd/releases) - [Commits](https://github.com/ilammy/msvc-dev-cmd/compare/v1.12.0...v1.13.0) --- updated-dependencies: - dependency-name: ilammy/msvc-dev-cmd dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/maven.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 1513eb06..96120185 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -699,7 +699,7 @@ jobs: java-version: 8 architecture: x64 - name: Enable Developer Command Prompt - uses: ilammy/msvc-dev-cmd@v1.12.0 + uses: ilammy/msvc-dev-cmd@v1.13.0 - name: Build with Maven run: mvn -B --show-version -ntp clean package --file pom.xml - name: Upload the build @@ -720,7 +720,7 @@ jobs: java-version: 11 architecture: x64 - name: Enable Developer Command Prompt - uses: ilammy/msvc-dev-cmd@v1.12.0 + uses: ilammy/msvc-dev-cmd@v1.13.0 - name: Build with Maven run: mvn -B --show-version -ntp --file pom.xml clean package @@ -735,7 +735,7 @@ jobs: java-version: 17 architecture: x64 - name: Enable Developer Command Prompt - uses: ilammy/msvc-dev-cmd@v1.12.0 + uses: ilammy/msvc-dev-cmd@v1.13.0 - name: Build with Maven run: mvn -B --show-version -ntp --file pom.xml clean package @@ -750,7 +750,7 @@ jobs: java-version: 21 architecture: x64 - name: Enable Developer Command Prompt - uses: ilammy/msvc-dev-cmd@v1.12.0 + uses: ilammy/msvc-dev-cmd@v1.13.0 - name: Build with Maven run: mvn -B --show-version -ntp --file pom.xml clean package @@ -759,7 +759,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Enable Developer Command Prompt - uses: ilammy/msvc-dev-cmd@v1.12.0 + uses: ilammy/msvc-dev-cmd@v1.13.0 with: arch: arm64 - name: Build with Maven