Skip to content

Commit 7e31f36

Browse files
build(deps): bump actions/cache from 3.2.4 to 4.3.0
Bumps [actions/cache](https://github.com/actions/cache) from 3.2.4 to 4.3.0. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3.2.4...v4.3.0) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d1ba017 commit 7e31f36

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: actions/[email protected]
3030
with:
3131
python-version: ${{ matrix.python }}
32-
- uses: actions/cache@v3.2.4
32+
- uses: actions/cache@v4.3.0
3333
with:
3434
path: ~/.cache/pip
3535
key: ${{ matrix.os }}-pip-${{ secrets.CACHE_SEED }}-${{ matrix.python }}-${{ hashFiles('./poetry.lock') }}

.github/workflows/mutation-testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
uses: actions/[email protected]
1212
with:
1313
python-version: 3.11
14-
- uses: actions/cache@v3.2.4
14+
- uses: actions/cache@v4.3.0
1515
with:
1616
path: ~/.cache/pip
1717
key: ${{ runner.os }}-pip-${{ secrets.CACHE_SEED }}-${{ env.PYTHON_VERSION }}-${{ hashFiles('./poetry.lock') }}

0 commit comments

Comments
 (0)