Skip to content

Commit

Permalink
github: Upgrade actions to latest major versions
Browse files Browse the repository at this point in the history
  • Loading branch information
photron committed Apr 8, 2024
1 parent 1352207 commit 63c72e7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/warp-firmwares.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@ jobs:
environment: [warp3, warp2, warp, energy_manager]
os: [ubuntu-latest, macos-latest, windows-latest]
steps:
- uses: actions/checkout@v3
- uses: actions/cache@v3
- uses: actions/checkout@v4
- uses: actions/cache@v4
with:
path: |
~/.cache/pip
~/.platformio/.cache
key: ${{ matrix.environment }}-${{ runner.os }}-pio
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: '3.11'
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 20
- name: Install PlatformIO Core
Expand Down

0 comments on commit 63c72e7

Please sign in to comment.