Skip to content

Commit b7b0026

Browse files
dependabot[bot]dolfinus
authored andcommitted
Bump actions/cache from 2 to 3
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] <[email protected]>
1 parent 9bb7164 commit b7b0026

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
python-version: '3.10'
4242

4343
- name: Cache pip
44-
uses: actions/cache@v2
44+
uses: actions/cache@v3
4545
with:
4646
path: ~/.cache/pip
4747
key: ${{ runner.os }}-python-3.10-pip-${{ hashFiles('requirements.txt') }}

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
python-version: ${{ matrix.python-version }}
6363

6464
- name: Cache pip
65-
uses: actions/cache@v2
65+
uses: actions/cache@v3
6666
with:
6767
path: ~/.cache/pip
6868
key: ${{ runner.os }}-python-${{ matrix.python-version }}-pip-${{ hashFiles('requirements*.txt') }}

0 commit comments

Comments
 (0)