Skip to content

Commit 2a1701d

Browse files
authored
Merge pull request #104 from gitfool/renovate/actions-cache-4.x
2 parents 5994172 + 1a9f933 commit 2a1701d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yaml

+4-4
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@v3.3.3
36+
uses: actions/cache@v4.0.0
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: 8.0.101
6060

6161
- name: Cache packages
62-
uses: actions/cache@v3.3.3
62+
uses: actions/cache@v4.0.0
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: 8.0.101
8686

8787
- name: Cache packages
88-
uses: actions/cache@v3.3.3
88+
uses: actions/cache@v4.0.0
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: 8.0.101
112112

113113
- name: Cache packages
114-
uses: actions/cache@v3.3.3
114+
uses: actions/cache@v4.0.0
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)