Skip to content

Commit 5036b8b

Browse files
committed
2 parents af8b161 + 330758f commit 5036b8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: actions/checkout@v3
2121

2222
- name: Set up Python ${{ matrix.python-version }}
23-
uses: actions/setup-python@v3
23+
uses: actions/setup-python@v4.7.1
2424
with:
2525
python-version: ${{ matrix.python-version }}
2626

@@ -41,7 +41,7 @@ jobs:
4141
uses: actions/checkout@v3
4242

4343
- name: Set up Python 3.x
44-
uses: actions/setup-python@v2
44+
uses: actions/setup-python@v4.7.1
4545
with:
4646
python-version: '3.x'
4747

0 commit comments

Comments
 (0)