diff --git a/.github/workflows/hugo-build.yml b/.github/workflows/hugo-build.yml index 792a2ad..5a2ebf8 100644 --- a/.github/workflows/hugo-build.yml +++ b/.github/workflows/hugo-build.yml @@ -21,7 +21,7 @@ jobs: run: git lfs ls-files -l | cut -d' ' -f1 | sort > .lfs-assets-id - name: Restore LFS cache - uses: actions/cache@v4 + uses: actions/cache@v5 id: lfs-cache with: path: .git/lfs diff --git a/.github/workflows/hugo-deploy.yml b/.github/workflows/hugo-deploy.yml index 773c1c9..e22a617 100644 --- a/.github/workflows/hugo-deploy.yml +++ b/.github/workflows/hugo-deploy.yml @@ -25,7 +25,7 @@ jobs: run: git lfs ls-files -l | cut -d' ' -f1 | sort > .lfs-assets-id - name: Restore LFS cache - uses: actions/cache@v4 + uses: actions/cache@v5 id: lfs-cache with: path: .git/lfs