Skip to content

Commit 5a2cd8e

Browse files
renovate-botrenovate[bot]
authored andcommitted
chore(dependencies): update actions/setup-python action to v4
1 parent 6e0b3d1 commit 5a2cd8e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
steps:
88
- uses: actions/checkout@v3
99
- name: Set up Python
10-
uses: actions/setup-python@v3
10+
uses: actions/setup-python@v4
1111
with:
1212
python-version: 3.9
1313
- run: python -m pip install -U pip
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@v3
2020
- name: Set up Python
21-
uses: actions/setup-python@v3
21+
uses: actions/setup-python@v4
2222
with:
2323
python-version: 3.9
2424
- run: pip install poetry twine
@@ -31,7 +31,7 @@ jobs:
3131
steps:
3232
- uses: actions/checkout@v3
3333
- name: Set up Python
34-
uses: actions/setup-python@v3
34+
uses: actions/setup-python@v4
3535
with:
3636
python-version: 3.9
3737
- run: pip install poetry
@@ -48,7 +48,7 @@ jobs:
4848
with:
4949
lfs: true
5050
- name: Set up Python ${{ matrix.python-version }}
51-
uses: actions/setup-python@v3
51+
uses: actions/setup-python@v4
5252
with:
5353
python-version: ${{ matrix.python-version }}
5454
- run: pip install poetry
@@ -63,7 +63,7 @@ jobs:
6363
with:
6464
lfs: true
6565
- name: Set up Python
66-
uses: actions/setup-python@v3
66+
uses: actions/setup-python@v4
6767
with:
6868
python-version: 3.8
6969
- run: pip install poetry

0 commit comments

Comments
 (0)