Skip to content

Commit 718a8e1

Browse files
Update actions/cache action to v6
1 parent 723c977 commit 718a8e1

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
@@ -45,7 +45,7 @@ jobs:
4545
run: ./scripts/verify-encoding.ps1
4646

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

.github/workflows/nuget.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: echo "version=$(./scripts/Get-Version.ps1 -RefName $env:GITHUB_REF)" >> $env:GITHUB_OUTPUT
3131

3232
- name: NuGet cache
33-
uses: actions/cache@v5
33+
uses: actions/cache@v6
3434
with:
3535
path: ${{ env.NUGET_PACKAGES }}
3636
key: release.nuget.${{ hashFiles('**/*.csproj', '**/*.fsproj') }}

0 commit comments

Comments
 (0)