diff options
| author | 2024-08-30 15:45:26 +0200 | |
|---|---|---|
| committer | 2024-08-30 15:45:26 +0200 | |
| commit | 2f2048160fac06e94703bb03eea43185fc01f76c (patch) | |
| tree | 7edff48c1638fcc26915dc1f40982ec2563cf3bf /.github/workflows | |
| parent | eb3d7de1530e4a0bafcfa1e084e4dcb5de9f7a77 (diff) | |
| download | client-2f2048160fac06e94703bb03eea43185fc01f76c.tar.gz client-2f2048160fac06e94703bb03eea43185fc01f76c.tar.bz2 client-2f2048160fac06e94703bb03eea43185fc01f76c.zip | |
Updated actions
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 |
