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 3390e72 commit 56e507cCopy full SHA for 56e507c
.github/workflows/Build.yml
@@ -36,19 +36,19 @@ jobs:
36
steps:
37
- uses: actions/checkout@v2
38
- name: Cache pip
39
- uses: actions/cache@v2
+ uses: actions/cache@v4
40
with:
41
path: ~/.cache/pip
42
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
43
restore-keys: |
44
${{ runner.os }}-pip-
45
- name: Cache PlatformIO
46
47
48
path: ~/.platformio
49
key: ${{ runner.os }}-${{ hashFiles('**/platformio.ini') }}
50
- name: Cache PlatformIO build
51
52
53
path: .pio
54
key: pio-${{ runner.os }}-${{ matrix.project }}
0 commit comments