chore(deps): bump the github-actions group with 1 update
Bumps the github-actions group with 1 update: [actions/cache](https://github.com/actions/cache). Updates `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 dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
committed by
Henrik Friedrichsen
parent
1f72bc0ddb
commit
306eed4f13
2
.github/workflows/cd.yml
vendored
2
.github/workflows/cd.yml
vendored
@@ -69,7 +69,7 @@ jobs:
|
||||
apt install -y ${{ matrix.dependencies }}
|
||||
- uses: actions/checkout@v4
|
||||
name: Checkout src
|
||||
- uses: actions/cache@v3
|
||||
- uses: actions/cache@v4
|
||||
with:
|
||||
path: |
|
||||
~/.cargo/registry/index/
|
||||
|
||||
Reference in New Issue
Block a user