Skip to content

Commit 7a5b990

Browse files
authoredFeb 20, 2025
Bump actions/cache from 4.2.0 to 4.2.1 (#974)
Bumps [actions/cache](https://github.com/actions/cache) from 4.2.0 to 4.2.1. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4.2.0...v4.2.1) --- 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>
1 parent 23fcdd3 commit 7a5b990

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
uses: quansight-labs/setup-python@v5.4.0
2929
with:
3030
python-version: ${{ matrix.PYTHON.VERSION }}
31-
- uses: actions/cache@v4.2.0
31+
- uses: actions/cache@v4.2.1
3232
timeout-minutes: 5
3333
with:
3434
path: |
@@ -64,7 +64,7 @@ jobs:
6464
with:
6565
python-version: ${{ matrix.PYTHON.VERSION }}
6666
architecture: ${{ matrix.WINDOWS.ARCH }}
67-
- uses: actions/cache@v4.2.0
67+
- uses: actions/cache@v4.2.1
6868
timeout-minutes: 5
6969
with:
7070
path: |
@@ -110,7 +110,7 @@ jobs:
110110
uses: quansight-labs/setup-python@v5.4.0
111111
with:
112112
python-version: ${{ matrix.PYTHON.VERSION }}
113-
- uses: actions/cache@v4.2.0
113+
- uses: actions/cache@v4.2.1
114114
timeout-minutes: 5
115115
with:
116116
path: |

0 commit comments

Comments
 (0)