mirror of
https://github.com/FEX-Emu/libunwind.git
synced 2024-12-03 11:50:41 +00:00
Bump actions/checkout@v2 to @v3
Github has recommended this to move from an unsupported node.js version.
This commit is contained in:
parent
a18278c065
commit
cfd5c721a0
4
.github/workflows/CI-unix.yml
vendored
4
.github/workflows/CI-unix.yml
vendored
@ -33,7 +33,7 @@ jobs:
|
||||
- O0
|
||||
- O3
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
- name: Setup
|
||||
run: |
|
||||
HOST=${{ matrix.HOST }}
|
||||
@ -93,7 +93,7 @@ jobs:
|
||||
- {target: mips64el,toolchain: g++-mips64el-linux-gnuabi64, host: mips64el-linux-gnuabi64,qemu: mips64el }
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
- name: Install QEMU
|
||||
# this ensure install latest qemu on ubuntu, apt get version is old
|
||||
env:
|
||||
|
2
.github/workflows/CI-win.yml
vendored
2
.github/workflows/CI-win.yml
vendored
@ -27,7 +27,7 @@ jobs:
|
||||
- {toolchain: Visual Studio 17 2022, arch: x64, server: 2022, TARGET: aarch64-linux-gnu}
|
||||
- {toolchain: Visual Studio 17 2022, arch: x64, server: 2022, TARGET: x86_64-linux-gnu}
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
- name: Build
|
||||
shell: cmd
|
||||
env:
|
||||
|
Loading…
Reference in New Issue
Block a user