Bump actions/cache from 4.2.1 to 4.2.2 (#988)
Bumps [actions/cache](https://github.com/actions/cache) from 4.2.1 to 4.2.2. - [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.2.1...v4.2.2) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... 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
8b784436a0
commit
6f52aa6630
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -28,7 +28,7 @@ jobs:
|
||||
uses: quansight-labs/setup-python@v5.4.0
|
||||
with:
|
||||
python-version: ${{ matrix.PYTHON.VERSION }}
|
||||
- uses: actions/cache@v4.2.1
|
||||
- uses: actions/cache@v4.2.2
|
||||
timeout-minutes: 5
|
||||
with:
|
||||
path: |
|
||||
@ -64,7 +64,7 @@ jobs:
|
||||
with:
|
||||
python-version: ${{ matrix.PYTHON.VERSION }}
|
||||
architecture: ${{ matrix.WINDOWS.ARCH }}
|
||||
- uses: actions/cache@v4.2.1
|
||||
- uses: actions/cache@v4.2.2
|
||||
timeout-minutes: 5
|
||||
with:
|
||||
path: |
|
||||
@ -111,7 +111,7 @@ jobs:
|
||||
uses: quansight-labs/setup-python@v5.4.0
|
||||
with:
|
||||
python-version: ${{ matrix.PYTHON.VERSION }}
|
||||
- uses: actions/cache@v4.2.1
|
||||
- uses: actions/cache@v4.2.2
|
||||
timeout-minutes: 5
|
||||
with:
|
||||
path: |
|
||||
|
||||
Loading…
Reference in New Issue
Block a user