From 115bf9ebaa7b4c4e76ffc13c7ce6480fa9d89d85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Daoust?= Date: Mon, 16 Dec 2024 11:41:44 +0100 Subject: [PATCH] Bump version of Ubuntu used in job (#351) 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