Skip to content

Commit 2301599

Browse files
⬆️ Bump actions/cache from 3 to 4 (#66)
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3...v4) --- 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> Co-authored-by: Klemen Tusar <techouse@gmail.com>
1 parent aba07f1 commit 2301599

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ jobs:
437437
uses: actions/setup-python@v5
438438
with:
439439
python-version: ${{ matrix.py }}
440-
- uses: actions/cache@v3
440+
- uses: actions/cache@v4
441441
with:
442442
path: ~/.cache/pip
443443
key: ${{ runner.os }}-pip-1

0 commit comments

Comments
 (0)