Skip to content

Commit 7b5cf8b

Browse files
Bump actions/cache from 5.0.3 to 5.0.4 (#1179)
Bumps [actions/cache](https://github.com/actions/cache) from 5.0.3 to 5.0.4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v5.0.3...v5.0.4) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.4 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 3c36a94 commit 7b5cf8b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
uses: actions/setup-python@v6.2.0
2929
with:
3030
python-version: ${{ matrix.PYTHON.VERSION }}
31-
- uses: actions/cache@v5.0.3
31+
- uses: actions/cache@v5.0.4
3232
timeout-minutes: 5
3333
with:
3434
path: |
@@ -66,7 +66,7 @@ jobs:
6666
with:
6767
python-version: ${{ matrix.PYTHON.VERSION }}
6868
architecture: ${{ matrix.WINDOWS.ARCH }}
69-
- uses: actions/cache@v5.0.3
69+
- uses: actions/cache@v5.0.4
7070
timeout-minutes: 5
7171
with:
7272
path: |
@@ -110,7 +110,7 @@ jobs:
110110
uses: actions/setup-python@v6.2.0
111111
with:
112112
python-version: ${{ matrix.PYTHON.VERSION }}
113-
- uses: actions/cache@v5.0.3
113+
- uses: actions/cache@v5.0.4
114114
timeout-minutes: 5
115115
with:
116116
path: |

0 commit comments

Comments
 (0)