Skip to content

Commit 9f915ab

Browse files
Update python-publish.yml
1 parent f1175c8 commit 9f915ab

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
@@ -16,10 +16,10 @@ jobs:
1616
os: [ubuntu-latest, windows-latest, macOS-latest]
1717
python-version: ['3.8', '3.9', '3.10', '3.11']
1818
steps:
19-
- uses: actions/checkout@v2
19+
- uses: actions/checkout@v3
2020

2121
- name: Set up Python
22-
uses: actions/setup-python@v2
22+
uses: actions/setup-python@v3
2323
with:
2424
python-version: '3.x'
2525

0 commit comments

Comments
 (0)