Skip to content

Commit 436c9f6

Browse files
authored
Merge pull request #4 from islero/dependabot/github_actions/actions/cache-5
ci: bump actions/cache from 4 to 5
2 parents 93d335a + 8fd5f03 commit 436c9f6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
dotnet-version: ${{ env.DOTNET_VERSION }}
3131

3232
- name: Cache NuGet packages
33-
uses: actions/cache@v4
33+
uses: actions/cache@v5
3434
with:
3535
path: ${{ env.NUGET_PACKAGES }}
3636
key: ${{ runner.os }}-nuget-${{ hashFiles('**/*.csproj', '**/Directory.Build.props') }}
@@ -67,7 +67,7 @@ jobs:
6767
dotnet-version: ${{ env.DOTNET_VERSION }}
6868

6969
- name: Cache NuGet packages
70-
uses: actions/cache@v4
70+
uses: actions/cache@v5
7171
with:
7272
path: ${{ env.NUGET_PACKAGES }}
7373
key: ${{ runner.os }}-nuget-${{ hashFiles('**/*.csproj', '**/Directory.Build.props') }}
@@ -114,7 +114,7 @@ jobs:
114114
dotnet-version: ${{ env.DOTNET_VERSION }}
115115

116116
- name: Cache NuGet packages
117-
uses: actions/cache@v4
117+
uses: actions/cache@v5
118118
with:
119119
path: ${{ env.NUGET_PACKAGES }}
120120
key: ${{ runner.os }}-nuget-${{ hashFiles('**/*.csproj', '**/Directory.Build.props') }}

0 commit comments

Comments
 (0)