Skip to content

Commit 944a509

Browse files
Bump actions/cache from 3.0.8 to 3.0.10 (#20)
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.8 to 3.0.10. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3.0.8...v3.0.10) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... 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 2f334d2 commit 944a509

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

0 commit comments

Comments
 (0)