Bump actions/cache from 4.3.0 to 5.0.0 (#1120)
Bumps [actions/cache](https://github.com/actions/cache) from 4.3.0 to 5.0.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.3.0...v5.0.0) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... 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:
parent
e44e99a548
commit
f240dd7594
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -28,7 +28,7 @@ jobs:
|
||||
uses: actions/setup-python@v6.1.0
|
||||
with:
|
||||
python-version: ${{ matrix.PYTHON.VERSION }}
|
||||
- uses: actions/cache@v4.3.0
|
||||
- uses: actions/cache@v5.0.0
|
||||
timeout-minutes: 5
|
||||
with:
|
||||
path: |
|
||||
@ -66,7 +66,7 @@ jobs:
|
||||
with:
|
||||
python-version: ${{ matrix.PYTHON.VERSION }}
|
||||
architecture: ${{ matrix.WINDOWS.ARCH }}
|
||||
- uses: actions/cache@v4.3.0
|
||||
- uses: actions/cache@v5.0.0
|
||||
timeout-minutes: 5
|
||||
with:
|
||||
path: |
|
||||
@ -110,7 +110,7 @@ jobs:
|
||||
uses: actions/setup-python@v6.1.0
|
||||
with:
|
||||
python-version: ${{ matrix.PYTHON.VERSION }}
|
||||
- uses: actions/cache@v4.3.0
|
||||
- uses: actions/cache@v5.0.0
|
||||
timeout-minutes: 5
|
||||
with:
|
||||
path: |
|
||||
|
||||
Loading…
Reference in New Issue
Block a user