Skip to content

Commit 0b88583

Browse files
authored
Bumped versions in Github actions configuration to v3. (#8414)
1 parent 070c32f commit 0b88583

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,13 @@ jobs:
2121
- '3.10'
2222

2323
steps:
24-
- uses: actions/checkout@v2
24+
- uses: actions/checkout@v3
2525

26-
- uses: actions/setup-python@v2
26+
- uses: actions/setup-python@v3
2727
with:
2828
python-version: ${{ matrix.python-version }}
29-
30-
- uses: actions/cache@v2
31-
with:
32-
path: ~/.cache/pip
33-
key: ${{ runner.os }}-pip-${{ hashFiles('requirements/*.txt') }}
34-
restore-keys: |
35-
${{ runner.os }}-pip-
29+
cache: 'pip'
30+
cache-dependency-path: 'requirements/*.txt'
3631

3732
- name: Upgrade packaging tools
3833
run: python -m pip install --upgrade pip setuptools virtualenv wheel

0 commit comments

Comments
 (0)