diff options
| author | Laytan Laats <laytanlaats@hotmail.com> | 2024-09-11 03:05:56 +0200 |
|---|---|---|
| committer | Laytan Laats <laytanlaats@hotmail.com> | 2024-09-11 03:05:56 +0200 |
| commit | b379d25a12b4eee1e48d18f7ed5f65a018086f5d (patch) | |
| tree | 3bbd26ef6e10d7cca483ee5ba11d00aa91eaf4f5 /.github | |
| parent | a15afccd3659b4b6e030e397a43e849d8059f343 (diff) | |
ci: try updating deprecated setup-python
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/nightly.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 8b98fb93a..6243d1922 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -163,7 +163,7 @@ jobs: needs: [build_windows, build_macos, build_macos_arm, build_linux] steps: - uses: actions/checkout@v4 - - uses: actions/setup-python@v2 + - uses: actions/setup-python@v5 with: python-version: '3.8.x' |