Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 30faf16

Browse filesBrowse files
Bump actions/cache from 3 to 4
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f2da54d commit 30faf16
Copy full SHA for 30faf16

File tree

Expand file treeCollapse file tree

3 files changed

+6
-6
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+6
-6
lines changed

‎.github/workflows/build-ide.yml

Copy file name to clipboardExpand all lines: .github/workflows/build-ide.yml
+4-4Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions/checkout@v3
2121
with:
2222
submodules: false
23-
- uses: actions/cache@v3
23+
- uses: actions/cache@v4
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@v4
4646
with:
4747
python-version: '3.x'
48-
- uses: actions/cache@v3
48+
- uses: actions/cache@v4
4949
with:
5050
path: ./tools/dist
5151
key: ${{ runner.os }}-${{ hashFiles('package/package_esp8266com_index.template.json', 'tests/common.sh', 'tests/build.sh') }}
@@ -69,7 +69,7 @@ jobs:
6969
- uses: actions/setup-python@v4
7070
with:
7171
python-version: '3.x'
72-
- uses: actions/cache@v3
72+
- uses: actions/cache@v4
7373
with:
7474
path: ./tools/dist
7575
key: ${{ runner.os }}-${{ hashFiles('package/package_esp8266com_index.template.json', 'tests/common.sh', 'tests/build.sh') }}
@@ -94,7 +94,7 @@ jobs:
9494
- uses: actions/setup-python@v4
9595
with:
9696
python-version: '3.x'
97-
- uses: actions/cache@v3
97+
- uses: actions/cache@v4
9898
with:
9999
path: ./tools/dist
100100
key: ${{ runner.os }}-${{ hashFiles('package/package_esp8266com_index.template.json', 'tests/common.sh', 'tests/build.sh') }}

‎.github/workflows/build-platformio.yml

Copy file name to clipboardExpand all lines: .github/workflows/build-platformio.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- uses: actions/setup-python@v4
2525
with:
2626
python-version: '3.x'
27-
- uses: actions/cache@v3
27+
- uses: actions/cache@v4
2828
with:
2929
path: |
3030
tools/dist

‎.github/workflows/check-autogenerated.yml

Copy file name to clipboardExpand all lines: .github/workflows/check-autogenerated.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- uses: actions/setup-python@v4
3636
with:
3737
python-version: '3.x'
38-
- uses: actions/cache@v3
38+
- uses: actions/cache@v4
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.