Skip to content

Commit 2fe0f75

Browse files
Bump actions/cache from 2.1.7 to 3
Bumps [actions/cache](https://github.com/actions/cache) from 2.1.7 to 3. - [Release notes](https://github.com/actions/cache/releases) - [Commits](actions/cache@v2.1.7...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 ea1d572 commit 2fe0f75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
python-version: ${{ matrix.python-version }}
2424
architecture: x64
25-
- uses: actions/cache@v2.1.7
25+
- uses: actions/cache@v3
2626
with:
2727
path: ~/.cache/pip
2828
key: ${{ runner.os }}-pip-${{ hashFiles('**/dev-requirements.txt') }}
@@ -55,7 +55,7 @@ jobs:
5555
with:
5656
python-version: ${{ matrix.python-version }}
5757
architecture: x64
58-
- uses: actions/cache@v2.1.7
58+
- uses: actions/cache@v3
5959
with:
6060
path: ~/.cache/pip
6161
key: ${{ runner.os }}-pip-${{ hashFiles('**/dev-requirements.txt') }}

0 commit comments

Comments
 (0)