Skip to content

Commit

Permalink
Bump actions/cache from 3 to 4
Browse files Browse the repository at this point in the history
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@v3...v4)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and eduherminio committed Jan 21, 2024
1 parent da781ac commit 485bce8
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
dotnet-version: ${{ env.DOTNET_VERSION }}

- name: Nuget cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path:
~/.nuget/packages
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
dotnet-version: ${{ env.DOTNET_VERSION }}

- name: Nuget cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path:
~/.nuget/packages
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
dotnet-version: ${{ env.DOTNET_VERSION }}

- name: Nuget cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path:
~/.nuget/packages
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
dotnet-version: ${{ env.DOTNET_VERSION }}

- name: Nuget cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path:
~/.nuget/packages
Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:
dotnet-version: ${{ env.DOTNET_VERSION }}

- name: Nuget cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path:
~/.nuget/packages
Expand Down Expand Up @@ -194,7 +194,7 @@ jobs:
dotnet-version: ${{ env.DOTNET_VERSION }}

- name: Nuget cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path:
~/.nuget/packages
Expand Down Expand Up @@ -227,7 +227,7 @@ jobs:
dotnet-version: ${{ env.DOTNET_VERSION }}

- name: Nuget cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path:
~/.nuget/packages
Expand Down Expand Up @@ -260,7 +260,7 @@ jobs:
dotnet-version: ${{ env.DOTNET_VERSION }}

- name: Nuget cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path:
~/.nuget/packages
Expand Down Expand Up @@ -292,7 +292,7 @@ jobs:
dotnet-version: ${{ env.DOTNET_VERSION }}

- name: Nuget cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path:
~/.nuget/packages
Expand Down Expand Up @@ -378,7 +378,7 @@ jobs:
# dotnet-version: ${{ env.DOTNET_VERSION }}

# - name: Nuget cache
# uses: actions/cache@v3
# uses: actions/cache@v4
# with:
# path:
# ~/.nuget/packages
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/on-demand-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
dotnet-version: ${{ env.DOTNET_VERSION }}

- name: Nuget cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path:
~/.nuget/packages
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/perft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
dotnet-version: ${{ env.DOTNET_VERSION }}

- name: Nuget cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path:
~/.nuget/packages
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
dotnet-version: ${{ env.DOTNET_VERSION }}

- name: Nuget cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path:
~/.nuget/packages
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
dotnet-version: ${{ env.DOTNET_VERSION }}

- name: Nuget cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path:
~/.nuget/packages
Expand Down

0 comments on commit 485bce8

Please sign in to comment.