Skip to content

Commit

Permalink
upgrade actions scripts version used
Browse files Browse the repository at this point in the history
  • Loading branch information
aardappel committed Feb 14, 2023
1 parent f93e4e9 commit 16d449a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
matrix:
cxx: [g++-10, clang++-12]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: apt update
run: sudo apt-get -o Acquire::Retries=3 update
- name: install opengl
Expand Down Expand Up @@ -67,9 +67,9 @@ jobs:
permissions:
contents: write
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Add msbuild to PATH
uses: microsoft/setup-msbuild@v1.0.3
uses: microsoft/setup-msbuild@v1.1
- name: clone wxWidgets
run: |
git clone --depth 1 --recurse-submodules https://github.com/wxWidgets/wxWidgets
Expand All @@ -90,7 +90,7 @@ jobs:
name: Windows TreeSheets (no installer)
path: TS
- name: Create installer
uses: joncloud/makensis-action@v2.0
uses: joncloud/makensis-action@v4
with:
script-file: "TS_installer.nsi"
arguments: "/V3"
Expand All @@ -116,7 +116,7 @@ jobs:
permissions:
contents: write
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: clone wxWidgets
run: git clone --depth 1 --recurse-submodules https://github.com/wxWidgets/wxWidgets
- name: build wxWidgets
Expand Down

0 comments on commit 16d449a

Please sign in to comment.