Skip to content

Commit e1f0165

Browse files
authored
Merge pull request #2 from nu-ext/dependabot/github_actions/actions/cache-6
Bump actions/cache from 5 to 6
2 parents 3b03bc2 + a38ddf7 commit e1f0165

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: dotnet --info
2424

2525
- name: Cache NuGet packages
26-
uses: actions/cache@v5
26+
uses: actions/cache@v6
2727
with:
2828
path: ~/.nuget/packages
2929
key: nuget-${{ runner.os }}-${{ hashFiles('**/*.csproj', '**/Directory.Packages.props', '**/global.json', '**/nuget.config') }}

0 commit comments

Comments
 (0)