Skip to content

Commit de1d664

Browse files
authored
Merge pull request #343 from BrighterCommand/dependabot/github_actions/actions/cache-6
build(deps): bump actions/cache from 5 to 6
2 parents 527ba43 + 3ceb145 commit de1d664

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dotnet-core.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- uses: actions/checkout@v7
3636
with:
3737
fetch-depth: 0
38-
- uses: actions/cache@v5
38+
- uses: actions/cache@v6
3939
with:
4040
path: ~/.nuget/packages
4141
key: Linux-nuget-${{ hashFiles('**/Directory.Packages.props') }}

0 commit comments

Comments
 (0)