Skip to content

Commit dabda3a

Browse files
committed
Update actions/cache action
1 parent ebbd068 commit dabda3a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/wled-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v4
1212
- name: Cache pip
13-
uses: actions/cache@v3
13+
uses: actions/cache@v4
1414
with:
1515
path: ~/.cache/pip
1616
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
@@ -40,14 +40,14 @@ jobs:
4040
steps:
4141
- uses: actions/checkout@v4
4242
- name: Cache pip
43-
uses: actions/cache@v3
43+
uses: actions/cache@v4
4444
with:
4545
path: ~/.cache/pip
4646
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
4747
restore-keys: |
4848
${{ runner.os }}-pip-
4949
- name: Cache PlatformIO
50-
uses: actions/cache@v3
50+
uses: actions/cache@v4
5151
with:
5252
path: ~/.platformio
5353
key: ${{ runner.os }}-${{ matrix.environment}}-${{ hashFiles('platformio.ini') }}

0 commit comments

Comments
 (0)