Skip to content

Commit 90a1138

Browse files
Bump actions/cache from 3.0.10 to 3.2.3 (#28)
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.10 to 3.2.3. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3.0.10...v3.2.3) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bba5703 commit 90a1138

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.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.0.10
40+
uses: actions/cache@v3.2.3
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.0.10
47+
uses: actions/cache@v3.2.3
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.0.10
88+
uses: actions/cache@v3.2.3
8989
with:
9090
path: |
9191
~/.sonar/cache

0 commit comments

Comments
 (0)