From 30faf163a0c79e62665a1cb503702126dd466b5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 09:07:09 +0000 Subject: [PATCH] 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](https://github.com/actions/cache/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build-ide.yml | 8 ++++---- .github/workflows/build-platformio.yml | 2 +- .github/workflows/check-autogenerated.yml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build-ide.yml b/.github/workflows/build-ide.yml index 75e0e0583e..fce2bb73db 100644 --- a/.github/workflows/build-ide.yml +++ b/.github/workflows/build-ide.yml @@ -20,7 +20,7 @@ jobs: - uses: actions/checkout@v3 with: submodules: false - - uses: actions/cache@v3 + - uses: actions/cache@v4 with: path: ./tools/dist key: ${{ runner.os }}-${{ hashFiles('package/package_esp8266com_index.template.json', 'tests/common.sh', 'tests/build.sh') }} @@ -45,7 +45,7 @@ jobs: - uses: actions/setup-python@v4 with: python-version: '3.x' - - uses: actions/cache@v3 + - uses: actions/cache@v4 with: path: ./tools/dist key: ${{ runner.os }}-${{ hashFiles('package/package_esp8266com_index.template.json', 'tests/common.sh', 'tests/build.sh') }} @@ -69,7 +69,7 @@ jobs: - uses: actions/setup-python@v4 with: python-version: '3.x' - - uses: actions/cache@v3 + - uses: actions/cache@v4 with: path: ./tools/dist key: ${{ runner.os }}-${{ hashFiles('package/package_esp8266com_index.template.json', 'tests/common.sh', 'tests/build.sh') }} @@ -94,7 +94,7 @@ jobs: - uses: actions/setup-python@v4 with: python-version: '3.x' - - uses: actions/cache@v3 + - uses: actions/cache@v4 with: path: ./tools/dist key: ${{ runner.os }}-${{ hashFiles('package/package_esp8266com_index.template.json', 'tests/common.sh', 'tests/build.sh') }} diff --git a/.github/workflows/build-platformio.yml b/.github/workflows/build-platformio.yml index db2f5187a6..c31668a06d 100644 --- a/.github/workflows/build-platformio.yml +++ b/.github/workflows/build-platformio.yml @@ -24,7 +24,7 @@ jobs: - uses: actions/setup-python@v4 with: python-version: '3.x' - - uses: actions/cache@v3 + - uses: actions/cache@v4 with: path: | tools/dist diff --git a/.github/workflows/check-autogenerated.yml b/.github/workflows/check-autogenerated.yml index dc0e624e35..27d5dcc516 100644 --- a/.github/workflows/check-autogenerated.yml +++ b/.github/workflows/check-autogenerated.yml @@ -35,7 +35,7 @@ jobs: - uses: actions/setup-python@v4 with: python-version: '3.x' - - uses: actions/cache@v3 + - uses: actions/cache@v4 with: path: ./tools/dist key: ${{ runner.os }}-${{ hashFiles('package/package_esp8266com_index.template.json', 'tests/common.sh') }}