Skip to content

Commit 9f96839

Browse files
Update actions/cache action to v6
1 parent 13fcc4d commit 9f96839

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Checkout
3838
uses: actions/checkout@v7
3939
- name: NuGet cache
40-
uses: actions/cache@v5
40+
uses: actions/cache@v6
4141
with:
4242
key: ${{ runner.os }}.nuget.${{ hashFiles('**/*.fsproj') }}
4343
path: ${{ env.NUGET_PACKAGES }}
@@ -76,7 +76,7 @@ jobs:
7676
- name: Set up .NET SDK
7777
uses: actions/setup-dotnet@v5
7878
- name: NuGet cache
79-
uses: actions/cache@v5
79+
uses: actions/cache@v6
8080
with:
8181
key: ${{ runner.os }}.nuget.${{ hashFiles('**/*.fsproj') }}
8282
path: ${{ env.NUGET_PACKAGES }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Set up .NET SDK
3636
uses: actions/setup-dotnet@v5
3737
- name: NuGet cache
38-
uses: actions/cache@v5
38+
uses: actions/cache@v6
3939
with:
4040
key: ${{ runner.os }}.nuget.${{ hashFiles('**/*.fsproj') }}
4141
path: ${{ env.NUGET_PACKAGES }}

0 commit comments

Comments
 (0)