diff options
| author | hathach <[email protected]> | 2024-01-25 19:13:11 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2024-01-25 19:13:11 +0700 |
| commit | 14d44171b59fc273adcccc1464da6e6cfb2c1864 (patch) | |
| tree | 5161f003cc0443dbac28b05f3ab6f3d8ffa7558d /.github/workflows/build_win_mac.yml | |
| parent | 5aaa1aa63e2b1b751705ac798e9c41b54ed6785b (diff) | |
bump up to actions/setup-python@v5
Diffstat (limited to '.github/workflows/build_win_mac.yml')
| -rw-r--r-- | .github/workflows/build_win_mac.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build_win_mac.yml b/.github/workflows/build_win_mac.yml index 7fa1a6943..b33b5b593 100644 --- a/.github/workflows/build_win_mac.yml +++ b/.github/workflows/build_win_mac.yml @@ -35,7 +35,7 @@ jobs: steps: - name: Setup Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: '3.x' |
