Skip to content

Commit bfb5247

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

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/build-ide.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions/checkout@v6
2121
with:
2222
submodules: false
23-
- uses: actions/cache@v4
23+
- uses: actions/cache@v5
2424
with:
2525
path: ./tools/dist
2626
key: ${{ runner.os }}-${{ hashFiles('package/package_esp8266com_index.template.json', 'tests/common.sh', 'tests/build.sh') }}
@@ -45,7 +45,7 @@ jobs:
4545
- uses: actions/setup-python@v6
4646
with:
4747
python-version: '3.x'
48-
- uses: actions/cache@v4
48+
- uses: actions/cache@v5
4949
with:
5050
path: ./tools/dist
5151
key: ${{ runner.os }}-${{ hashFiles('package/package_esp8266com_index.template.json', 'tests/common.sh', 'tests/build.sh') }}
@@ -68,7 +68,7 @@ jobs:
6868
- uses: actions/setup-python@v6
6969
with:
7070
python-version: '3.x'
71-
- uses: actions/cache@v4
71+
- uses: actions/cache@v5
7272
with:
7373
path: ./tools/dist
7474
key: ${{ runner.os }}-${{ hashFiles('package/package_esp8266com_index.template.json', 'tests/common.sh', 'tests/build.sh') }}
@@ -91,7 +91,7 @@ jobs:
9191
- uses: actions/setup-python@v6
9292
with:
9393
python-version: '3.x'
94-
- uses: actions/cache@v4
94+
- uses: actions/cache@v5
9595
with:
9696
path: ./tools/dist
9797
key: ${{ runner.os }}-${{ hashFiles('package/package_esp8266com_index.template.json', 'tests/common.sh', 'tests/build.sh') }}

.github/workflows/build-platformio.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- uses: actions/setup-python@v6
2525
with:
2626
python-version: '3.x'
27-
- uses: actions/cache@v4
27+
- uses: actions/cache@v5
2828
with:
2929
path: |
3030
tools/dist

.github/workflows/check-autogenerated.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- uses: actions/setup-python@v6
3636
with:
3737
python-version: '3.x'
38-
- uses: actions/cache@v4
38+
- uses: actions/cache@v5
3939
with:
4040
path: ./tools/dist
4141
key: ${{ runner.os }}-${{ hashFiles('package/package_esp8266com_index.template.json', 'tests/common.sh') }}

0 commit comments

Comments
 (0)