From 9aee2517465e0f860dc0a16433446e7c92e083a9 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Sun, 24 Nov 2024 11:36:29 -0800 Subject: [PATCH] Update to actions/checkout@v4. Some deprecation warnings from GitHub seem to indicate that we should do that. --- .github/workflows/archive.yml | 2 +- .github/workflows/ghpages.yml | 2 +- .github/workflows/publish.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/archive.yml b/.github/workflows/archive.yml index 3fca351..031bff8 100644 --- a/.github/workflows/archive.yml +++ b/.github/workflows/archive.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: "Checkout" - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: "Update Archive" uses: martinthomson/i-d-template@v1 diff --git a/.github/workflows/ghpages.yml b/.github/workflows/ghpages.yml index 0cb65f8..58d6f14 100644 --- a/.github/workflows/ghpages.yml +++ b/.github/workflows/ghpages.yml @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-latest steps: - name: "Checkout" - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: "Cache Setup" id: cache-setup diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 153b431..13e1411 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: "Checkout" - uses: actions/checkout@v2 + uses: actions/checkout@v4 # See https://github.com/actions/checkout/issues/290 - name: "Get Tag Annotations"