Skip to content

Commit bcbf075

Browse files
Bump actions/cache from 3 to 4
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f4a3d31 commit bcbf075

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)