Skip to content

Commit

Permalink
Bump actions/setup-python
Browse files Browse the repository at this point in the history
  • Loading branch information
karniv00l committed Oct 19, 2022
1 parent 48b4a5b commit a975628
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ runs:
path: ~/.platformio
key: ${{ runner.os }}-${{ hashFiles('**/lockfiles') }}
- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: Install PlatformIO
shell: bash
run: |
Expand Down

0 comments on commit a975628

Please sign in to comment.