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