workflows/test: upgrade actions
This commit is contained in:
parent
93f89834ca
commit
43ade2b388
1 changed files with 6 additions and 6 deletions
12
.github/workflows/test.yml
vendored
12
.github/workflows/test.yml
vendored
|
@ -18,9 +18,9 @@ jobs:
|
|||
name: 'Test: ${{ matrix.os }} / ${{ matrix.platform }}'
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v3
|
||||
- name: Clean up PATH
|
||||
uses: egor-tensin/cleanup-path@v1
|
||||
uses: egor-tensin/cleanup-path@v3
|
||||
if: runner.os == 'Windows'
|
||||
- name: Set up Clang
|
||||
uses: ./
|
||||
|
@ -49,7 +49,7 @@ jobs:
|
|||
name: 'Version: ${{ matrix.os }} / ${{ matrix.version }}'
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v3
|
||||
- id: setup
|
||||
name: Set up Clang
|
||||
uses: ./
|
||||
|
@ -79,11 +79,11 @@ jobs:
|
|||
continue-on-error: true
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v3
|
||||
- name: Clean up PATH
|
||||
uses: egor-tensin/cleanup-path@v1
|
||||
uses: egor-tensin/cleanup-path@v3
|
||||
- name: Install Cygwin
|
||||
uses: egor-tensin/setup-cygwin@v3
|
||||
uses: egor-tensin/setup-cygwin@v4
|
||||
- name: Set up Clang
|
||||
uses: ./
|
||||
with:
|
||||
|
|
Loading…
Add table
Reference in a new issue