Skip to content

Commit ad3d4fa

Browse files
Bump actions/cache from 2 to 3 (#194)
Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v2...v3) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ce821cb commit ad3d4fa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-additional.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
python-version: "3.10"
2727
- name: initialize cache
28-
uses: actions/cache@v2
28+
uses: actions/cache@v3
2929
with:
3030
path: ~/.cache/pip
3131
key: ${{ runner.os }}-pip-py3.10-${{ hashFiles('ci/requirements/**.txt') }}

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
fetch-depth: 0 # fetch all branches and tags
5656

5757
- name: cache pip
58-
uses: actions/cache@v2
58+
uses: actions/cache@v3
5959
with:
6060
path: ~/.cache/pip
6161
key: pip-py${{ matrix.python-version }}

0 commit comments

Comments
 (0)