Skip to content

Commit

Permalink
Update Github Action
Browse files Browse the repository at this point in the history
Bump to:
cross-platform-actions/[email protected]
microsoft/setup-msbuild@v2\
  • Loading branch information
tx00100xt committed Feb 27, 2024
1 parent 5e592a3 commit 61816d9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cibuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: microsoft/setup-msbuild@v1.3.1
- uses: microsoft/setup-msbuild@v2
with:
vs-version: '14.0'

Expand Down Expand Up @@ -330,7 +330,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: microsoft/setup-msbuild@v1.3.1
- uses: microsoft/setup-msbuild@v2
with:
vs-version: '14.0'

Expand Down Expand Up @@ -445,7 +445,7 @@ jobs:
echo "${{ steps.date.outputs.time }}"
- name: Build on FreeBSD
uses: cross-platform-actions/action@v0.10.0
uses: cross-platform-actions/action@v0.23.0
with:
operating_system: freebsd
architecture: x86-64
Expand Down

0 comments on commit 61816d9

Please sign in to comment.