From 48f71cb3ca9d3ff7699cebb5d4ed0f255e53a566 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 12:48:38 +0000 Subject: [PATCH] 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](https://github.com/actions/cache/compare/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] --- .github/workflows/ets-from-source.yml | 2 +- .github/workflows/test-docs-with-edm.yml | 2 +- .github/workflows/test-with-edm.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ets-from-source.yml b/.github/workflows/ets-from-source.yml index ae9cd9c8b..9640ab458 100644 --- a/.github/workflows/ets-from-source.yml +++ b/.github/workflows/ets-from-source.yml @@ -27,7 +27,7 @@ jobs: uses: ./.github/actions/install-qt-support if: matrix.toolkit != 'wx' - name: Cache EDM packages - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.cache key: ${{ runner.os }}-${{ matrix.toolkit }}-${{ hashFiles('etstool.py') }} diff --git a/.github/workflows/test-docs-with-edm.yml b/.github/workflows/test-docs-with-edm.yml index 4c7023f47..e64970bb1 100644 --- a/.github/workflows/test-docs-with-edm.yml +++ b/.github/workflows/test-docs-with-edm.yml @@ -26,7 +26,7 @@ jobs: uses: ./.github/actions/install-qt-support if: matrix.toolkit != 'wx' - name: Cache EDM packages - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.cache key: ${{ runner.os }}-${{ matrix.toolkit }}-${{ hashFiles('etstool.py') }} diff --git a/.github/workflows/test-with-edm.yml b/.github/workflows/test-with-edm.yml index 839321450..906dc048a 100644 --- a/.github/workflows/test-with-edm.yml +++ b/.github/workflows/test-with-edm.yml @@ -27,7 +27,7 @@ jobs: uses: ./.github/actions/install-qt-support if: matrix.toolkit != 'wx' - name: Cache EDM packages - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.cache key: ${{ runner.os }}-${{ matrix.toolkit }}-${{ hashFiles('etstool.py') }}