Skip to content

Commit 4ac2daa

Browse files
authored
Upgrade checkout and setup python
1 parent ebc59d0 commit 4ac2daa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@ jobs:
2929
TOXENV: py
3030

3131
steps:
32-
- uses: actions/checkout@v3
32+
- uses: actions/checkout@v4
3333
- if: ${{ matrix.python-version == '2.7' }}
3434
run: |
3535
sudo apt-get install python-is-python2
3636
curl -sSL https://bootstrap.pypa.io/pip/2.7/get-pip.py -o get-pip.py
3737
python get-pip.py
3838
- if: ${{ matrix.python-version != '2.7' }}
3939
name: ${{ matrix.python-version }} - ${{ matrix.os }}
40-
uses: actions/setup-python@v4
40+
uses: actions/setup-python@v5
4141
with:
4242
python-version: ${{ matrix.python-version }}
4343
allow-prereleases: true
@@ -58,9 +58,9 @@ jobs:
5858
TOXENV: ${{ matrix.toxenv }}
5959

6060
steps:
61-
- uses: actions/checkout@v3
61+
- uses: actions/checkout@v4
6262
- name: ${{ matrix.toxenv }}
63-
uses: actions/setup-python@v4
63+
uses: actions/setup-python@v5
6464
with:
6565
python-version: "3.x"
6666
- name: Install tox

0 commit comments

Comments
 (0)