Skip to content

Commit 2369923

Browse files
authored
Merge pull request #1712 from fsprojects/dependabot/github_actions/actions/cache-5
Bump actions/cache from 4 to 5
2 parents e368c45 + 63bbaa4 commit 2369923

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/pull-requests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
dotnet-version: 8.0.400
2020
- name: Cache NuGet packages
21-
uses: actions/cache@v4
21+
uses: actions/cache@v5
2222
with:
2323
path: ~/.nuget/packages
2424
key: ${{ runner.os }}-nuget-${{ hashFiles('**/paket.lock') }}
@@ -44,7 +44,7 @@ jobs:
4444
with:
4545
dotnet-version: 8.0.400
4646
- name: Cache NuGet packages
47-
uses: actions/cache@v4
47+
uses: actions/cache@v5
4848
with:
4949
path: ~/.nuget/packages
5050
key: ${{ runner.os }}-nuget-${{ hashFiles('**/paket.lock') }}

.github/workflows/push-master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
dotnet-version: 8.0.400
2424
- name: Cache NuGet packages
25-
uses: actions/cache@v4
25+
uses: actions/cache@v5
2626
with:
2727
path: ~/.nuget/packages
2828
key: ${{ runner.os }}-nuget-${{ hashFiles('**/paket.lock') }}

0 commit comments

Comments
 (0)