Skip to content

Commit 053bb4b

Browse files
Bump actions/cache from 3.3.1 to 4.2.2
Bumps [actions/cache](https://github.com/actions/cache) from 3.3.1 to 4.2.2. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3.3.1...v4.2.2) --- 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 314fef6 commit 053bb4b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@ jobs:
3737
fetch-depth: 0
3838

3939
- name: Cache pip
40-
uses: actions/cache@v3.3.1
40+
uses: actions/cache@v4.2.2
4141
with:
4242
path: ~/.cache/pip
4343
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
4444
restore-keys: |
4545
${{ runner.os }}-pip-
4646
- name: Cache PlatformIO
47-
uses: actions/cache@v3.3.1
47+
uses: actions/cache@v4.2.2
4848
with:
4949
path: ~/.platformio
5050
key: ${{ runner.os }}-${{ hashFiles('**/lockfiles') }}
@@ -85,7 +85,7 @@ jobs:
8585
8686
- name: Cache SonarCloud packages
8787
id: cache-sonar
88-
uses: actions/cache@v3.3.1
88+
uses: actions/cache@v4.2.2
8989
with:
9090
path: |
9191
~/.sonar/cache

0 commit comments

Comments
 (0)