Skip to content

Commit fc5950f

Browse files
authored
Merge pull request #12 from jeppestaerk/renovate/actions-cache-5.x
Update actions/cache action to v5
2 parents b7fbad7 + 9bc6c5c commit fc5950f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-and-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
dotnet-version: ${{ env.DOTNET_VERSION }}
4545

4646
- name: Cache NuGet packages
47-
uses: actions/cache@v4
47+
uses: actions/cache@v5
4848
with:
4949
path: ~/.nuget/packages
5050
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json', '**/*.csproj') }}

0 commit comments

Comments
 (0)