From ecc0afd595234ae6b8b408f06865bf06e155d893 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 Mar 2024 11:25:27 +0000 Subject: [PATCH] Update actions/checkout action to v4 --- .github/workflows/publish.yaml | 2 +- .github/workflows/test.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 9ea0323..92efd07 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -28,7 +28,7 @@ jobs: - name: Install lfs run: apk add --no-cache git-lfs - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: lfs: true - name: Compile Markdown to HTML and create artifact diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 4025b67..73a6186 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -14,7 +14,7 @@ jobs: - name: Install lfs run: apk add --no-cache git-lfs - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: lfs: true - name: Compile Markdown to HTML and create artifact