Skip to content

Commit

Permalink
update action warning
Browse files Browse the repository at this point in the history
  • Loading branch information
74th committed Feb 12, 2024
1 parent b17c9df commit 9e4985e
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/build-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: |
~/.cache/pip
~/.platformio/.cache
key: ${{ runner.os }}-pio

- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: "3.9"
python-version: "3.10"

- name: Install PlatformIO Core
run: pip install --upgrade platformio
Expand All @@ -53,16 +53,16 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: |
~/.cache/pip
~/.platformio/.cache
key: ${{ runner.os }}-pio

- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: "3.9"
python-version: "3.10"

- name: Install PlatformIO Core
run: pip install --upgrade platformio
Expand All @@ -88,16 +88,16 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: |
~/.cache/pip
~/.platformio/.cache
key: ${{ runner.os }}-pio

- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: "3.9"
python-version: "3.10"

- name: Install PlatformIO Core
run: pip install --upgrade platformio
Expand Down

0 comments on commit 9e4985e

Please sign in to comment.