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 314fef6 commit 053bb4bCopy full SHA for 053bb4b
.github/workflows/ci.yml
@@ -37,14 +37,14 @@ jobs:
37
fetch-depth: 0
38
39
- name: Cache pip
40
- uses: actions/cache@v3.3.1
+ uses: actions/cache@v4.2.2
41
with:
42
path: ~/.cache/pip
43
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
44
restore-keys: |
45
${{ runner.os }}-pip-
46
- name: Cache PlatformIO
47
48
49
path: ~/.platformio
50
key: ${{ runner.os }}-${{ hashFiles('**/lockfiles') }}
@@ -85,7 +85,7 @@ jobs:
85
86
- name: Cache SonarCloud packages
87
id: cache-sonar
88
89
90
path: |
91
~/.sonar/cache
0 commit comments