Skip to content

Commit

Permalink
ci(deps): bump actions/cache from 3.0.1 to 4.0.0
Browse files Browse the repository at this point in the history
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.1 to 4.0.0.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@v3.0.1...v4.0.0)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 22, 2024
1 parent e3d4c6d commit 92e3de8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
languages: csharp

- name: Cache NuGet packages
uses: actions/cache@v3.0.1
uses: actions/cache@v4.0.0
with:
path: ~/.nuget/packages # Mac/Linux
key: ${{ hashFiles('*/packages.lock.json') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dotnet_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: actions/checkout@v3

- name: Cache NuGet packages
uses: actions/cache@v3.0.1
uses: actions/cache@v4.0.0
with:
path: ~/.nuget/packages # Mac/Linux
key: ${{ hashFiles('*/packages.lock.json') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dotnet_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: actions/checkout@v3

- name: Cache NuGet packages
uses: actions/cache@v3.0.1
uses: actions/cache@v4.0.0
with:
path: ~/.nuget/packages # Mac/Linux
key: ${{ hashFiles('*/packages.lock.json') }}
Expand Down

0 comments on commit 92e3de8

Please sign in to comment.