Skip to content

Commit aab6064

Browse files
authored
Merge pull request #47 from thiagoluga/dependabot/github_actions/actions/cache-6
chore(ci): bump actions/cache from 5 to 6
2 parents ea21463 + fab8fb6 commit aab6064

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
9.0.x
3535
3636
- name: Cache NuGet packages
37-
uses: actions/cache@v5
37+
uses: actions/cache@v6
3838
with:
3939
path: ${{ github.workspace }}/.nuget/packages
4040
key: ${{ runner.os }}-nuget-${{ hashFiles('**/Directory.Packages.props') }}

0 commit comments

Comments
 (0)