From 468e8540bc7b988a4e50dc43dad3c33c8d3a04e7 Mon Sep 17 00:00:00 2001 From: Mohammed Keyvanzadeh Date: Mon, 2 Oct 2023 20:16:05 +0330 Subject: [PATCH] Update GitHub Actions workflow - Update the Ubuntu image to its latest LTS release. - Update the `actions/checkout` action to its latest stable release. --- .github/workflows/build-validate-publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-validate-publish.yml b/.github/workflows/build-validate-publish.yml index b44d8af91..8c7ca0320 100644 --- a/.github/workflows/build-validate-publish.yml +++ b/.github/workflows/build-validate-publish.yml @@ -7,9 +7,9 @@ on: jobs: main: name: Build, Validate, and Publish - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - uses: w3c/spec-prod@v2 with: GH_PAGES_BRANCH: gh-pages