From ab58515b4b6d8639fe1c3829fbdcf5769e011db6 Mon Sep 17 00:00:00 2001 From: Stephen Gutekanst Date: Fri, 4 Mar 2022 22:25:37 -0700 Subject: [PATCH] gpu-dawn: CI: use actions/checkout@v3 on Windows Signed-off-by: Stephen Gutekanst --- gpu-dawn/.github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gpu-dawn/.github/workflows/ci.yml b/gpu-dawn/.github/workflows/ci.yml index ad00223a..1cda7453 100644 --- a/gpu-dawn/.github/workflows/ci.yml +++ b/gpu-dawn/.github/workflows/ci.yml @@ -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