Skip to content

Commit

Permalink
Merge pull request #2 from karniv00l/bump-actions
Browse files Browse the repository at this point in the history
Bump `actions/setup-python`
  • Loading branch information
karniv00l authored Oct 19, 2022
2 parents 48b4a5b + a975628 commit 30574c5
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 30574c5

Please sign in to comment.