From 8821cd31a86bf6c334269166abd8acd042b5e8b6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 17:25:39 +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 b7a1d74..6609d55 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