Merge pull request #2 from elliotmatson/dependabot/github_actions/actions/setup-python-4

Bump actions/setup-python from 2 to 4
This commit is contained in:
Elliot Matson 2023-01-29 20:42:56 -06:00 committed by GitHub
commit 21109b74ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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