Skip to content

Commit 80150cd

Browse files
authored
Merge pull request #133 from codebytes/dependabot/github_actions/actions/cache-6
Bump actions/cache from 5 to 6
2 parents 8915f62 + a7a2740 commit 80150cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/10-dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
dotnet-version: 10.0.x
3232
- name: Set up dependency caching for faster builds
33-
uses: actions/cache@v5
33+
uses: actions/cache@v6
3434
with:
3535
path: ~/.nuget/packages
3636
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}

0 commit comments

Comments
 (0)