Browse Source

build(deps): bump actions/cache from 3 to 4

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](https://github.com/actions/cache/compare/v3...v4)

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

Signed-off-by: dependabot[bot] <support@github.com>
dependabot/cargo/assert_cmd-2.0.14
dependabot[bot] 2 years ago committed by juanleon lahoz
parent
commit
3489637974
  1. 2
      .github/workflows/coverage.yml
  2. 2
      .github/workflows/release.yml
  3. 2
      .github/workflows/test.yml

2
.github/workflows/coverage.yml

@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@v4
- name: Set up cargo cache
uses: actions/cache@v3
uses: actions/cache@v4
continue-on-error: false
with:
path: |

2
.github/workflows/release.yml

@ -31,7 +31,7 @@ jobs:
uses: actions/checkout@v4
- name: Set up cargo cache
uses: actions/cache@v3
uses: actions/cache@v4
continue-on-error: false
with:
path: |

2
.github/workflows/test.yml

@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v4
- name: Set up cargo cache
uses: actions/cache@v3
uses: actions/cache@v4
continue-on-error: false
with:
path: |

Loading…
Cancel
Save