Skip to content

Commit

Permalink
🔨 CI fixes: Bump Checkout to V3, use Python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
thisiskeithb committed Nov 6, 2023
1 parent c59153a commit 11cd3d4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/buildBinary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Setup Python
uses: actions/setup-python@master
uses: actions/setup-python@v3
with:
python-version: '3.x'
python-version: '3.7'

- name: Install PlatformIO
run: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/buildTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Setup Python
uses: actions/setup-python@master
uses: actions/setup-python@v3
with:
python-version: '3.x'
python-version: '3.7'

- name: Install PlatformIO
run: |
Expand Down

0 comments on commit 11cd3d4

Please sign in to comment.