Skip to content

Commit bb0b08a

Browse files
chore(deps): update actions/cache action to v5 (#1669)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent bfdc695 commit bb0b08a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
fetch-depth: '0'
8686
- name: Restore NuGet Cache
8787
id: restore-nuget-cache
88-
uses: actions/cache/restore@v4
88+
uses: actions/cache/restore@v5
8989
with:
9090
path: '${{ github.workspace }}/.nuget/packages'
9191
key: "${{ runner.os }}-nuget-${{ hashFiles('**/Directory.Packages.props') }}-${{ hashFiles('**/dotnet-tools.json') }}"
@@ -110,7 +110,7 @@ jobs:
110110
dotnet nuke Restore --skip
111111
- name: Update NuGet Cache
112112
if: always() && steps.restore-nuget-cache.outputs.cache-hit != 'true'
113-
uses: actions/cache/save@v4
113+
uses: actions/cache/save@v5
114114
with:
115115
key: "${{ runner.os }}-nuget-${{ hashFiles('**/Directory.Packages.props') }}-${{ hashFiles('**/dotnet-tools.json') }}"
116116
path: '${{ github.workspace }}/.nuget/packages'

0 commit comments

Comments
 (0)