Skip to content

Commit db7bdae

Browse files
Update actions/cache action to v5
1 parent 5eb6865 commit db7bdae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- if: runner.os != 'macOS' # TODO[#430]: Re-enable this back after https://github.com/actions/runner-images/issues/13341
3939
# is resolved.
4040
name: NuGet cache
41-
uses: actions/cache@v4
41+
uses: actions/cache@v5
4242
with:
4343
path: ${{ env.NUGET_PACKAGES }}
4444
key: ${{ runner.os }}.nuget.${{ hashFiles('**/*.*proj') }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
uses: actions/setup-dotnet@v5
4646

4747
- name: NuGet cache
48-
uses: actions/cache@v4
48+
uses: actions/cache@v5
4949
with:
5050
path: ${{ env.NUGET_PACKAGES }}
5151
key: ${{ runner.os }}.nuget.${{ hashFiles('**/*.*proj') }}

0 commit comments

Comments
 (0)