Skip to content

Commit ed62f52

Browse files
committed
Update python action to latest version
1 parent e7e1105 commit ed62f52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v3
1919

2020
- name: Set up Python ${{ matrix.python-version }}
21-
uses: actions/setup-python@v2
21+
uses: actions/setup-python@v4
2222
with:
2323
python-version: ${{ matrix.python-version }}
2424

@@ -37,7 +37,7 @@ jobs:
3737
- uses: actions/checkout@v3
3838

3939
- name: Set up Python
40-
uses: actions/setup-python@v2
40+
uses: actions/setup-python@v4
4141
with:
4242
python-version: '3.x'
4343

0 commit comments

Comments
 (0)