Skip to content

Commit cb056f4

Browse files
chore(deps): bump actions/cache from 4.1.1 to 4.1.2 (#92)
1 parent 4f6732a commit cb056f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-dotnet-fast.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
dotnet-quality: ${{ inputs.dotnet-quality }}
5757

5858
- name: NuGet cache
59-
uses: actions/cache@v4.1.1
59+
uses: actions/cache@v4.1.2
6060
with:
6161
path: ${{ github.workspace }}/.nuget/packages
6262
key: ${{ runner.os }}-nuget-${{ hashFiles('**/*.csproj') }} #hash of project files

0 commit comments

Comments
 (0)