From 48a8fce76377827202bc88fd94aa6e7b443a34ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 18 Aug 2024 02:42:40 +0530 Subject: [PATCH] Bump ilammy/msvc-dev-cmd from 1.12.0 to 1.13.0 (#155) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- [//]: # (dependabot-end) Bumps [ilammy/msvc-dev-cmd](https://github.com/ilammy/msvc-dev-cmd) from 1.12.0 to 1.13.0.
Release notes

Sourced from ilammy/msvc-dev-cmd's releases.

msvc-dev-cmd v1.13.0

New contributors:

Thank you!

msvc-dev-cmd v1.12.1

Thanks to @​Simran-B

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ilammy/msvc-dev-cmd&package-manager=github_actions&previous-version=1.12.0&new-version=1.13.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 b3233c09..52a863c8 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@v4 - 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