Skip to content

Commit de39e93

Browse files
authored
Merge pull request #410 from Somfic/dependabot/github_actions/dot-github/workflows/actions/cache-5
2 parents f9a1937 + 29da547 commit de39e93

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
dotnet-version: '10.0.x'
2020

2121
- name: cache nuget packages
22-
uses: actions/cache@v4
22+
uses: actions/cache@v5
2323
with:
2424
path: ~/.nuget/packages
2525
key: ${{ runner.os }}-nuget-${{ hashFiles('**/*.csproj') }}
@@ -46,7 +46,7 @@ jobs:
4646
dotnet-version: '10.0.x'
4747

4848
- name: cache nuget packages
49-
uses: actions/cache@v4
49+
uses: actions/cache@v5
5050
with:
5151
path: ~/.nuget/packages
5252
key: ${{ runner.os }}-nuget-${{ hashFiles('**/*.csproj') }}

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
dotnet-version: '10.0.x'
2020

2121
- name: cache nuget packages
22-
uses: actions/cache@v4
22+
uses: actions/cache@v5
2323
with:
2424
path: ~/.nuget/packages
2525
key: ${{ runner.os }}-nuget-${{ hashFiles('**/*.csproj') }}
@@ -46,7 +46,7 @@ jobs:
4646
dotnet-version: '10.0.x'
4747

4848
- name: cache nuget packages
49-
uses: actions/cache@v4
49+
uses: actions/cache@v5
5050
with:
5151
path: ~/.nuget/packages
5252
key: ${{ runner.os }}-nuget-${{ hashFiles('**/*.csproj') }}

0 commit comments

Comments
 (0)