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_esp.yml | |
| parent | 5aaa1aa63e2b1b751705ac798e9c41b54ed6785b (diff) | |
bump up to actions/setup-python@v5
Diffstat (limited to '.github/workflows/build_esp.yml')
| -rw-r--r-- | .github/workflows/build_esp.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build_esp.yml b/.github/workflows/build_esp.yml index 65ade7b03..315df255e 100644 --- a/.github/workflows/build_esp.yml +++ b/.github/workflows/build_esp.yml @@ -37,7 +37,7 @@ jobs: - 'espressif_s3_devkitc' steps: - name: Setup Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: '3.x' |
