Skip to content

Commit 02d9048

Browse files
Merge pull request #794 from OpenEVSE/dependabot/github_actions/actions/cache-4
Bump actions/cache from 3 to 4
2 parents f4a3d31 + bcbf075 commit 02d9048

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)