Skip to content

Commit

Permalink
workflow_call
Browse files Browse the repository at this point in the history
  • Loading branch information
Kariton committed Jul 30, 2024
1 parent 191b9b9 commit aa4319c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-hugo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
run: git lfs ls-files --long | cut -d ' ' -f1 | sort > .lfs-assets-id

- name: Fetch LFS directory from cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: .git/lfs/objects
key: ${{ runner.os }}-lfs-${{ github.ref_name }}-${{ hashFiles('.lfs-assets-id') }}
Expand All @@ -59,7 +59,7 @@ jobs:
run: git lfs pull

- name: Fetch resources directory from cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: resources
key: ${{ runner.os }}-hugo-resources-directory-${{ github.ref_name }}-${{ github.run_id }}
Expand Down

0 comments on commit aa4319c

Please sign in to comment.