Skip to content

Commit f10980d

Browse files
authored
Merge pull request #356 from sivar2311/master
Update build-esp8266-esp32.yml
2 parents 7b097ae + 7472d5c commit f10980d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build-esp8266-esp32.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,20 +18,20 @@ jobs:
1818
steps:
1919

2020
- name: Step 1 - Checkout Repo
21-
uses: actions/checkout@v2
21+
uses: actions/checkout@v4
2222
- name: Step 2 - Cache pip
23-
uses: actions/cache@v2
23+
uses: actions/cache@v3
2424
with:
2525
path: ~/.cache/pip
2626
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
2727
restore-keys: ${{ runner.os }}-pip-
2828
- name: Step 3 - Cache PlatformIO
29-
uses: actions/cache@v2
29+
uses: actions/cache@v3
3030
with:
3131
path: ~/.platformio
3232
key: ${{ runner.os }}-${{ hashFiles('**/lockfiles') }}
3333
- name: Step 4 - Set up Python
34-
uses: actions/setup-python@v2
34+
uses: actions/setup-python@v4
3535
- name: Step 5 - Install PlatformIO
3636
run: |
3737
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)