Skip to content

Commit d3a9fc4

Browse files
committed
upgrade actions/cache version
1 parent 0bd9ce6 commit d3a9fc4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test_code.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v2
1414
- name: Cache pip
15-
uses: actions/cache@v2
15+
uses: actions/cache@v4
1616
with:
1717
path: ~/.cache/pip
1818
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
1919
restore-keys: ${{ runner.os }}-pip-
2020
- name: Cache PlatformIO
21-
uses: actions/cache@v2
21+
uses: actions/cache@v4
2222
with:
2323
path: ~/.platformio
2424
key: ${{ runner.os }}-${{ hashFiles('**/lockfiles') }}

0 commit comments

Comments
 (0)