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