Skip to content

Commit 1197634

Browse files
Update actions/cache action to v6 (#454)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 35406b2 commit 1197634

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

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

.github/workflows/release.yml

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

4848
- name: NuGet cache
49-
uses: actions/cache@v5
49+
uses: actions/cache@v6
5050
with:
5151
path: ${{ env.NUGET_PACKAGES }}
5252
key: ${{ runner.os }}.nuget.${{ hashFiles('**/*.*proj') }}

0 commit comments

Comments
 (0)