diff options
| author | Elliot Matson <1711604+elliotmatson@users.noreply.github.com> | 2023-01-29 20:42:56 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-29 20:42:56 -0600 |
| commit | 21109b74ee07409cf0795e2a0ce0463c77eed4a2 (patch) | |
| tree | 252cb4c57903568a72c2a13dc5f997c6a3787435 /.github/workflows | |
| parent | cc68027d0df4940727ce88f72e570cb9691a8f1c (diff) | |
| parent | ab13f2692d94812f195403941cc9a7352416adb7 (diff) | |
Merge pull request #2 from elliotmatson/dependabot/github_actions/actions/setup-python-4
Bump actions/setup-python from 2 to 4
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/pio_build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/pio_build.yml b/.github/workflows/pio_build.yml index 192b022..00fa805 100644 --- a/.github/workflows/pio_build.yml +++ b/.github/workflows/pio_build.yml @@ -42,7 +42,7 @@ jobs: path: ~/.platformio key: ${{ runner.os }}-${{ hashFiles('**/lockfiles') }} - name: Set up Python 3.x - uses: actions/setup-python@v2 + uses: actions/setup-python@v4 with: python-version: '3.x' - name: Install Platformio |
