Skip to content

Commit aef0a0b

Browse files
Bumped setup-python version to fix Github CI deprecation warnings (#177)
1 parent 7fa6d91 commit aef0a0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,14 @@ jobs:
4949
- uses: actions/checkout@v3
5050
- name: Install Python With Cached pip Packages
5151
if: needs.Envvars.outputs.do_cache == '1'
52-
uses: actions/setup-python@v3
52+
uses: actions/setup-python@v4
5353
with:
5454
python-version: ${{ matrix.python-version }}
5555
cache: 'pip'
5656
cache-dependency-path: '**/requirements*.txt'
5757
- name: Install Python, no cache
5858
if: needs.Envvars.outputs.do_cache == '0'
59-
uses: actions/setup-python@v3
59+
uses: actions/setup-python@v4
6060
with:
6161
python-version: ${{ matrix.python-version }}
6262
- run: pip install -r requirements-ci.txt -q

0 commit comments

Comments
 (0)