Skip to content

Commit

Permalink
Missed cache action update
Browse files Browse the repository at this point in the history
  • Loading branch information
JimBobSquarePants committed Mar 6, 2025
1 parent 4d3a851 commit 5dfe5a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
run: git lfs ls-files -l | cut -d' ' -f1 | sort > .lfs-assets-id

- name: Git Setup LFS Cache
uses: actions/cache@v2
uses: actions/cache@v4
id: lfs-cache
with:
path: .git/lfs
Expand All @@ -114,7 +114,7 @@ jobs:
uses: NuGet/setup-nuget@v1

- name: NuGet Setup Cache
uses: actions/cache@v2
uses: actions/cache@v4
id: nuget-cache
with:
path: ~/.nuget
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/code-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: git lfs ls-files -l | cut -d' ' -f1 | sort > .lfs-assets-id

- name: Git Setup LFS Cache
uses: actions/cache@v2
uses: actions/cache@v4
id: lfs-cache
with:
path: .git/lfs
Expand Down

0 comments on commit 5dfe5a8

Please sign in to comment.