Bump actions/cache from 3.3.3 to 4.0.1 (#750)
Bumps [actions/cache](https://github.com/actions/cache) from 3.3.3 to 4.0.1. - [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.3.3...v4.0.1) --- updated-dependencies: - dependency-name: actions/cache 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
5e348f9d10
commit
3bc870d2a8
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@ -23,7 +23,7 @@ jobs:
|
||||
uses: actions/setup-python@v5.0.0
|
||||
with:
|
||||
python-version: ${{ matrix.PYTHON.VERSION }}
|
||||
- uses: actions/cache@v3.3.3
|
||||
- uses: actions/cache@v4.0.1
|
||||
timeout-minutes: 5
|
||||
with:
|
||||
path: |
|
||||
@ -59,7 +59,7 @@ jobs:
|
||||
with:
|
||||
python-version: ${{ matrix.PYTHON.VERSION }}
|
||||
architecture: ${{ matrix.WINDOWS.ARCH }}
|
||||
- uses: actions/cache@v3.3.3
|
||||
- uses: actions/cache@v4.0.1
|
||||
timeout-minutes: 5
|
||||
with:
|
||||
path: |
|
||||
@ -105,7 +105,7 @@ jobs:
|
||||
uses: actions/setup-python@v5.0.0
|
||||
with:
|
||||
python-version: ${{ matrix.PYTHON.VERSION }}
|
||||
- uses: actions/cache@v3.3.3
|
||||
- uses: actions/cache@v4.0.1
|
||||
timeout-minutes: 5
|
||||
with:
|
||||
path: |
|
||||
@ -150,7 +150,7 @@ jobs:
|
||||
- uses: actions/checkout@v3.6.0
|
||||
with:
|
||||
persist-credentials: false
|
||||
- uses: actions/cache@v3.3.3
|
||||
- uses: actions/cache@v4.0.1
|
||||
timeout-minutes: 5
|
||||
with:
|
||||
path: |
|
||||
|
||||
Loading…
Reference in New Issue
Block a user