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 79fbd58 commit b587876Copy full SHA for b587876
.github/workflows/clang-format.yml
@@ -7,7 +7,7 @@ jobs:
7
runs-on: ubuntu-latest
8
9
steps:
10
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
11
- uses: DoozyX/[email protected]
12
with:
13
source: '.'
.github/workflows/platformio.yml
@@ -8,16 +8,16 @@ jobs:
- name: Cache pip
- uses: actions/cache@v2
+ uses: actions/cache@v4
14
15
path: ~/.cache/pip
16
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
17
restore-keys: |
18
${{ runner.os }}-pip-
19
- name: Cache PlatformIO
20
21
22
path: ~/.platformio
23
key: ${{ runner.os }}-${{ hashFiles('**/lockfiles') }}
0 commit comments