Skip to content

Commit

Permalink
Merge pull request #92 from jpmeijers/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/setup-python-4

Bump actions/setup-python from 3 to 4
  • Loading branch information
jwillemsen authored Jun 13, 2022
2 parents ff5be52 + 6e132f5 commit 5e7c6f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/platformio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.7
uses: actions/setup-python@v3
uses: actions/setup-python@v4
with:
python-version: "3.7"
- name: Cache pip
Expand Down

0 comments on commit 5e7c6f7

Please sign in to comment.