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"