github: Switch to actions/checkout@v3
This commit is contained in:
parent
c486984951
commit
c5b651156a
|
|
@ -49,7 +49,7 @@ jobs:
|
||||||
swig
|
swig
|
||||||
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Build qemu_x86_virt
|
- name: Build qemu_x86_virt
|
||||||
timeout-minutes: 5
|
timeout-minutes: 5
|
||||||
|
|
@ -113,7 +113,7 @@ jobs:
|
||||||
sshpass
|
sshpass
|
||||||
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Build ${{ matrix.suite }} ${{ matrix.arch }}
|
- name: Build ${{ matrix.suite }} ${{ matrix.arch }}
|
||||||
timeout-minutes: 5
|
timeout-minutes: 5
|
||||||
|
|
@ -142,7 +142,7 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Set up QEMU
|
- name: Set up QEMU
|
||||||
timeout-minutes: 1
|
timeout-minutes: 1
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Set up QEMU
|
- name: Set up QEMU
|
||||||
timeout-minutes: 1
|
timeout-minutes: 1
|
||||||
|
|
|
||||||
|
|
@ -64,7 +64,7 @@ jobs:
|
||||||
wget
|
wget
|
||||||
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Download
|
- name: Download
|
||||||
timeout-minutes: 1
|
timeout-minutes: 1
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue