Skip to content

Commit

Permalink
Update node.js 16 actions to node.js 20 (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
cnnrduncan committed Mar 10, 2024
1 parent 50ff890 commit 2bc11ce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/push-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
PlatformIO:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Cache pip
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
Expand All @@ -25,7 +25,7 @@ jobs:
path: ~/.platformio
key: ${{ runner.os }}-${{ hashFiles('**/lockfiles') }}
- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: 3.x
- name: Install PlatformIO
Expand Down

0 comments on commit 2bc11ce

Please sign in to comment.