diff options
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/python-publish.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index 9246d7e..d90abfb 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml | |||
| @@ -12,13 +12,13 @@ jobs: | |||
| 12 | deploy: | 12 | deploy: |
| 13 | runs-on: ubuntu-latest | 13 | runs-on: ubuntu-latest |
| 14 | steps: | 14 | steps: |
| 15 | - uses: actions/checkout@v2 | 15 | - uses: actions/checkout@v4 |
| 16 | - name: Set up Python | 16 | - name: Set up Python |
| 17 | uses: actions/setup-python@v2 | 17 | uses: actions/setup-python@v5 |
| 18 | with: | 18 | with: |
| 19 | python-version: '3.10' | 19 | python-version: '3.10' |
| 20 | - name: Set up Node | 20 | - name: Set up Node |
| 21 | uses: actions/setup-node@v2 | 21 | uses: actions/setup-node@v4 |
| 22 | with: | 22 | with: |
| 23 | node-version: '16' | 23 | node-version: '16' |
| 24 | - name: Install node dependencies | 24 | - name: Install node dependencies |
