Skip to content

Commit 174d928

Browse files
chore(ci): update actions/cache action to v6
1 parent 955ec54 commit 174d928

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
global-json-file: ./global.json
8989

9090
- name: NuGet cache
91-
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
91+
uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0.0
9292
with:
9393
path: ~/.nuget/packages
9494
key: ${{ runner.os }}-nuget-${{ hashFiles('**/*.csproj') }}

0 commit comments

Comments
 (0)