From 6285dfb4d8fab11a134e71fe9b2da998f733c5d9 Mon Sep 17 00:00:00 2001 From: Johannes Wilm Date: Fri, 18 Oct 2024 16:49:06 +0200 Subject: [PATCH] Update actions/checkout to current (v4) --- .github/workflows/auto-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-publish.yml b/.github/workflows/auto-publish.yml index 2babc35..bcdd594 100644 --- a/.github/workflows/auto-publish.yml +++ b/.github/workflows/auto-publish.yml @@ -11,7 +11,7 @@ jobs: name: Validate and Publish runs-on: ubuntu-latest # only linux supported at present steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - uses: w3c/spec-prod@v2 with: TOOLCHAIN: respec