Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
update microsoft/setup-msbuild to v2
update actions/checkout to v4
  • Loading branch information
jimmon89 authored Aug 5, 2024
1 parent 0ca677e commit b058c05
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ jobs:
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
submodules: recursive
- name: Setup MSBuild
uses: microsoft/setup-msbuild@v1.0.2
uses: microsoft/setup-msbuild@v2
- name: Download Dalamud
run: |
Invoke-WebRequest -Uri https://goatcorp.github.io/dalamud-distrib/latest.zip -OutFile latest.zip
Expand All @@ -48,7 +48,7 @@ jobs:
if: "contains(toJSON(github.event.commits.*.message), '[PUSH]')"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
repository: ${{ env.PERSONAL_PLUGIN_REPO }}
token: ${{ secrets.XIVCOMBO_TOKEN }}
Expand Down

0 comments on commit b058c05

Please sign in to comment.