Bump actions/cache from 2 to 3

Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-06-23 08:25:36 +00:00
committed by GitHub
parent 8e8daf694b
commit db30ffac71
2 changed files with 8 additions and 8 deletions
+4 -4
View File
@@ -22,7 +22,7 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: '3.x'
- uses: actions/cache@v2
- uses: actions/cache@v3
with:
path: ~/.cache/pip
key: ${{ runner.os }}-docs-${{ hashFiles('docs/requirements.txt') }}
@@ -62,16 +62,16 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: '3.x'
- uses: actions/cache@v2
- uses: actions/cache@v3
with:
path: ~/.cache/pip
key: ${{ runner.os }}-${{ hashFiles('requirements.txt') }}
- uses: actions/cache@v2
- uses: actions/cache@v3
if: ${{ contains(matrix.env, 'esp32') }}
with:
path: ~/.platformio
key: ${{ runner.os }}-esp32-${{ hashFiles('platformio*.ini') }}
- uses: actions/cache@v2
- uses: actions/cache@v3
if: ${{ contains(matrix.env, 'esp8266') }}
with:
path: ~/.platformio
+4 -4
View File
@@ -37,16 +37,16 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: '3.x'
- uses: actions/cache@v2
- uses: actions/cache@v3
with:
path: ~/.cache/pip
key: ${{ runner.os }}-${{ hashFiles('requirements.txt') }}
- uses: actions/cache@v2
- uses: actions/cache@v3
if: ${{ contains(matrix.env, 'esp32') }}
with:
path: ~/.platformio
key: ${{ runner.os }}-esp32-${{ hashFiles('platformio*.ini') }}
- uses: actions/cache@v2
- uses: actions/cache@v3
if: ${{ contains(matrix.env, 'esp8266') }}
with:
path: ~/.platformio
@@ -77,7 +77,7 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: '3.x'
- uses: actions/cache@v2
- uses: actions/cache@v3
with:
path: ~/.cache/pip
key: ${{ runner.os }}-docs-${{ hashFiles('docs/requirements.txt') }}