Skip to content

Commit 058ec0f

Browse files
authored
Merge pull request #259 from linked-data-dotnet/dependabot/github_actions/main/actions/cache-4
Bump actions/cache from 3 to 4
2 parents f3d7bac + 0142bfb commit 058ec0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
dotnet-version: 6.0.x
3232

33-
- uses: actions/cache@v3
33+
- uses: actions/cache@v4
3434
env:
3535
NUGET_PACKAGES: ${{ github.workspace }}/.nuget/packages
3636
with:

0 commit comments

Comments
 (0)