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 afe8b73 commit 65bc5c5Copy full SHA for 65bc5c5
.github/workflows/push-master.yml
@@ -13,14 +13,14 @@ jobs:
13
steps:
14
- uses: actions/[email protected]
15
- name: Cache pip
16
- uses: actions/cache@v3
+ uses: actions/cache@v4
17
with:
18
path: ~/.cache/pip
19
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
20
restore-keys: |
21
${{ runner.os }}-pip-
22
- name: Cache PlatformIO
23
- uses: actions/cache@v4.2.3
24
25
path: ~/.platformio
26
key: ${{ runner.os }}-${{ hashFiles('**/lockfiles') }}
0 commit comments