Skip to content

Commit 545f600

Browse files
Update actions/cache action to v5
1 parent 7afeb6f commit 545f600

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/build-and-test/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ runs:
4646
dotnet-version: 8.0.x
4747

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

0 commit comments

Comments
 (0)