Skip to content

Commit c355706

Browse files
chore(deps): update actions/cache action to v4
1 parent 140749f commit c355706

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131
uses: actions/setup-dotnet@3447fd6a9f9e57506b15f895c5b76d3b197dc7c2 # v3
132132
with:
133133
dotnet-version: '6.0.x'
134-
- uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3
134+
- uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4
135135
with:
136136
path: ~/.nuget/packages
137137
# Look to see if there is a cache hit for the corresponding requirements file

0 commit comments

Comments
 (0)