We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bd9ce6 commit d3a9fc4Copy full SHA for d3a9fc4
.github/workflows/test_code.yml
@@ -12,13 +12,13 @@ jobs:
12
steps:
13
- uses: actions/checkout@v2
14
- name: Cache pip
15
- uses: actions/cache@v2
+ uses: actions/cache@v4
16
with:
17
path: ~/.cache/pip
18
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
19
restore-keys: ${{ runner.os }}-pip-
20
- name: Cache PlatformIO
21
22
23
path: ~/.platformio
24
key: ${{ runner.os }}-${{ hashFiles('**/lockfiles') }}
0 commit comments