Skip to content

Commit

Permalink
Update some github action recipes to the latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
ensiform committed Nov 29, 2023
1 parent 6814eb8 commit 2a85989
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
pkg_suffix: x64

steps:
- uses: microsoft/setup-msbuild@v1.1.3
- uses: microsoft/setup-msbuild@v1.3

#- name: Install v141_xp Toolset
# shell: powershell
Expand All @@ -63,7 +63,7 @@ jobs:
# Write-Host "components were not installed"
# }

- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: recursive

Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:
sudo apt-get -qq update
sudo apt-get -y install ninja-build libjpeg-dev libsdl2-dev libcurl4-openssl-dev
fi
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: recursive

Expand Down Expand Up @@ -202,7 +202,7 @@ jobs:
- name: Install tools
run: brew install coreutils ninja pkg-config sdl2

- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: recursive

Expand Down Expand Up @@ -243,7 +243,7 @@ jobs:
needs: [windows-msvc, ubuntu-x86, macos-x86]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: recursive

Expand Down

0 comments on commit 2a85989

Please sign in to comment.