Skip to content

Commit 13749e5

Browse files
Merge pull request #46 from SixLabors/dependabot/github_actions/actions/cache-4
Bump actions/cache from 3 to 4
2 parents 7664c2c + ce7b0af commit 13749e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
uses: NuGet/setup-nuget@v1
4545

4646
- name: NuGet Setup Cache
47-
uses: actions/cache@v3
47+
uses: actions/cache@v4
4848
id: nuget-cache
4949
with:
5050
path: ~/.nuget

0 commit comments

Comments
 (0)