diff options
| author | mrfaptastic <12006953+mrfaptastic@users.noreply.github.com> | 2023-12-12 23:16:06 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-12 23:16:06 +0000 |
| commit | e1025d0df2563a224abb95206e969e39ea463c94 (patch) | |
| tree | 3be0f043d3b560b6646c25869595b0bb503e991e | |
| parent | 722358ad2d990d0aa36600da95e4b36b740ff5f7 (diff) | |
| parent | 767a596ad8a2087ef872d5a661b69a4b3c860493 (diff) | |
Merge pull request #538 from mrfaptastic/dependabot/github_actions/actions/setup-python-5
Bump actions/setup-python from 4 to 5
| -rw-r--r-- | .github/workflows/pio_arduino_build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/pio_arduino_build.yml b/.github/workflows/pio_arduino_build.yml index 440117a..1697281 100644 --- a/.github/workflows/pio_arduino_build.yml +++ b/.github/workflows/pio_arduino_build.yml @@ -44,7 +44,7 @@ jobs: ~/.platformio/.cache key: ${{ runner.os }}-pio - name: Set up Python 3.x - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: '3.x' - name: Install Platformio |
