Skip to content

Commit 31f79b0

Browse files
authored
Merge branch 'master' into jeremypoulter/issue753
2 parents 69e9118 + 02d9048 commit 31f79b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,15 +77,15 @@ jobs:
7777
submodules: recursive
7878

7979
- name: Cache pip
80-
uses: actions/cache@v3
80+
uses: actions/cache@v4
8181
with:
8282
path: ~/.cache/pip
8383
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
8484
restore-keys: |
8585
${{ runner.os }}-pip-
8686
8787
- name: Cache PlatformIO
88-
uses: actions/cache@v3
88+
uses: actions/cache@v4
8989
with:
9090
path: ~/.platformio
9191
key: ${{ runner.os }}-${{ hashFiles('**/lockfiles') }}

0 commit comments

Comments
 (0)