Bump actions/cache from 4.0.2 to 4.1.0 (#1364)

Bumps [actions/cache](https://github.com/actions/cache) from 4.0.2 to 4.1.0.
- [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/v4.0.2...v4.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-10-06 22:09:10 +02:00 committed by GitHub
parent 469442f681
commit 8dce30a169
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -79,7 +79,7 @@ jobs:
shell: bash shell: bash
- name: Cache Rust dependencies - name: Cache Rust dependencies
uses: actions/cache@v4.0.2 uses: actions/cache@v4.1.0
with: with:
path: | path: |
~/.cargo/registry/index ~/.cargo/registry/index
@ -130,7 +130,7 @@ jobs:
shell: bash shell: bash
- name: Cache Rust dependencies - name: Cache Rust dependencies
uses: actions/cache@v4.0.2 uses: actions/cache@v4.1.0
with: with:
path: | path: |
~/.cargo/registry/index ~/.cargo/registry/index
@ -183,7 +183,7 @@ jobs:
shell: bash shell: bash
- name: Cache Rust dependencies - name: Cache Rust dependencies
uses: actions/cache@v4.0.2 uses: actions/cache@v4.1.0
with: with:
path: | path: |
~/.cargo/registry/index ~/.cargo/registry/index
@ -230,7 +230,7 @@ jobs:
shell: bash shell: bash
- name: Cache Rust dependencies - name: Cache Rust dependencies
uses: actions/cache@v4.0.2 uses: actions/cache@v4.1.0
with: with:
path: | path: |
~/.cargo/registry/index ~/.cargo/registry/index