Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore(deps): update actions/cache action to v5
  • Loading branch information
renovate-bot committed Dec 11, 2025
commit 0df6ff8cda6e5061bcf393b491f5bdcd00f9048c
4 changes: 2 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
dotnet-version: 10.0.x

- name: Cache NuGet packages
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: |
~/.nuget/packages
Expand All @@ -69,7 +69,7 @@ jobs:
uses: docker/[email protected]

- name: Cache Playwright Browsers
uses: actions/cache@v4
uses: actions/cache@v5
id: playwright-cache
with:
path: |
Expand Down
Loading