Skip to content

Commit 9672be4

Browse files
authored
Merge pull request #131 from gitfool/renovate/actions-cache-5.x
2 parents 4d853c6 + 37a3d6f commit 9672be4

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
show-progress: false
3434

3535
- name: Cache packages
36-
uses: actions/cache@v4.3.0
36+
uses: actions/cache@v5.0.1
3737
with:
3838
path: ${{ env.NUGET_PACKAGES }}
3939
key: ${{ runner.os }}-nuget-${{ hashFiles('.config/dotnet-tools.json', '**/packages.lock.json') }}
@@ -59,7 +59,7 @@ jobs:
5959
dotnet-version: 10.0.101
6060

6161
- name: Cache packages
62-
uses: actions/cache@v4.3.0
62+
uses: actions/cache@v5.0.1
6363
with:
6464
path: ${{ env.NUGET_PACKAGES }}
6565
key: ${{ runner.os }}-nuget-${{ hashFiles('.config/dotnet-tools.json', '**/packages.lock.json') }}
@@ -85,7 +85,7 @@ jobs:
8585
dotnet-version: 10.0.101
8686

8787
- name: Cache packages
88-
uses: actions/cache@v4.3.0
88+
uses: actions/cache@v5.0.1
8989
with:
9090
path: ${{ env.NUGET_PACKAGES }}
9191
key: ${{ runner.os }}-nuget-${{ hashFiles('.config/dotnet-tools.json', '**/packages.lock.json') }}
@@ -111,7 +111,7 @@ jobs:
111111
dotnet-version: 10.0.101
112112

113113
- name: Cache packages
114-
uses: actions/cache@v4.3.0
114+
uses: actions/cache@v5.0.1
115115
with:
116116
path: ${{ env.NUGET_PACKAGES }}
117117
key: ${{ runner.os }}-nuget-${{ hashFiles('.config/dotnet-tools.json', '**/packages.lock.json') }}

0 commit comments

Comments
 (0)