Skip to content

Commit 0f5a485

Browse files
committed
⬆️ Bump actions
1 parent cb6c739 commit 0f5a485

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ jobs:
1212
name: Build and publish Python 🐍 distributions 📦 to PyPI
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v2
16-
- uses: actions/setup-node@v2
15+
- uses: actions/checkout@v3
16+
- uses: actions/setup-node@v3
1717
with:
1818
node-version: '18'
19-
- uses: actions/setup-python@v2
19+
- uses: actions/setup-python@v3
2020
with:
2121
python-version: 3.8
2222
- name: Set up cache

0 commit comments

Comments
 (0)