Skip to content

Commit

Permalink
Bump ilammy/msvc-dev-cmd from 1.12.0 to 1.13.0
Browse files Browse the repository at this point in the history
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](ilammy/msvc-dev-cmd@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 17, 2024
1 parent 555b884 commit a11b9a7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand All @@ -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

Expand All @@ -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

Expand All @@ -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
Expand Down

0 comments on commit a11b9a7

Please sign in to comment.