gpu-dawn: CI: use actions/checkout@v3 on Windows
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
50b2c9d705
commit
ab58515b4b
1 changed files with 2 additions and 2 deletions
4
gpu-dawn/.github/workflows/ci.yml
vendored
4
gpu-dawn/.github/workflows/ci.yml
vendored
|
|
@ -96,7 +96,7 @@ jobs:
|
||||||
if: github.event.workflow_run.conclusion == 'success' && (github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository)
|
if: github.event.workflow_run.conclusion == 'success' && (github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository)
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
- name: Install Git
|
- name: Install Git
|
||||||
run: choco install git
|
run: choco install git
|
||||||
- name: Setup Zig
|
- name: Setup Zig
|
||||||
|
|
@ -121,7 +121,7 @@ jobs:
|
||||||
if: github.event.workflow_run.conclusion == 'success' && (github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository)
|
if: github.event.workflow_run.conclusion == 'success' && (github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository)
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
- name: Install Git
|
- name: Install Git
|
||||||
run: choco install git
|
run: choco install git
|
||||||
- name: Setup Zig
|
- name: Setup Zig
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue