From 301cfeebce36d85a788386a6f8bdaaaa09ade173 Mon Sep 17 00:00:00 2001 From: Francois Daoust Date: Mon, 16 Dec 2024 11:37:32 +0100 Subject: [PATCH] Bump version of Ubuntu used in job Needed to get Python >=3.9 for Bikeshed. Also used this opportunity to bump the version of the checkout action used. Via https://github.com/w3c/mediasession/pull/350#issuecomment-2544853582 --- .github/workflows/auto-publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/auto-publish.yml b/.github/workflows/auto-publish.yml index 4ca6ca9..b3d533e 100644 --- a/.github/workflows/auto-publish.yml +++ b/.github/workflows/auto-publish.yml @@ -17,11 +17,11 @@ on: jobs: main: - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest steps: # See doc at https://github.com/actions/checkout#checkout-v2 - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 # See doc at https://github.com/w3c/spec-prod/#spec-prod # The action only deploys the generated spec to the gh-pages branch when