gpu-dawn: CI: use actions/checkout@v3 on Windows

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2022-03-04 22:25:37 -07:00
parent 50b2c9d705
commit ab58515b4b

View file

@ -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)
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Install Git
run: choco install git
- 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)
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Install Git
run: choco install git
- name: Setup Zig