Skip to content

Commit fb3d10e

Browse files
authored
Merge pull request #30 from SixLabors/dependabot/github_actions/actions/cache-5
Bump actions/cache from 4 to 5
2 parents 0999890 + 7d4f5cc commit fb3d10e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-and-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
run: git lfs ls-files -l | cut -d' ' -f1 | sort > .lfs-assets-id
4949

5050
- name: Restore LFS cache
51-
uses: actions/cache@v4
51+
uses: actions/cache@v5
5252
id: lfs-cache
5353
with:
5454
path: .git/lfs
@@ -61,7 +61,7 @@ jobs:
6161
uses: NuGet/setup-nuget@v2
6262

6363
- name: Setup NuGet Cache
64-
uses: actions/cache@v4
64+
uses: actions/cache@v5
6565
id: nuget-cache
6666
with:
6767
path: ~/.nuget

0 commit comments

Comments
 (0)