From 5c83f144ce449e2db9aea27ff9712a5016634172 Mon Sep 17 00:00:00 2001 From: Jeffrey Yasskin Date: Wed, 16 Oct 2024 17:17:01 +0000 Subject: [PATCH] Use the latest action runner and checkout action. --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a0b28d9..646053d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -5,10 +5,10 @@ on: branches: [ main ] jobs: build: - runs-on: ubuntu-22.04 # Work around https://github.com/w3c/spec-prod/issues/189 + runs-on: ubuntu-latest name: Build, Validate and Deploy steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - uses: w3c/spec-prod@v2 with: TOOLCHAIN: bikeshed