From fbe915f35d03ade26ad34af2c9987933e499c6fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 May 2024 09:45:47 +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/test-etsdemo.yml | 2 +- .github/workflows/test-with-edm.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-etsdemo.yml b/.github/workflows/test-etsdemo.yml index f99749158..6f7dc3261 100644 --- a/.github/workflows/test-etsdemo.yml +++ b/.github/workflows/test-etsdemo.yml @@ -25,7 +25,7 @@ jobs: uses: ./.github/actions/install-qt-support if: startsWith(matrix.os, 'ubuntu') - name: Cache EDM packages - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/.cache key: ${{ runner.os }}-${{ matrix.toolkit }}-${{ hashFiles('ets-demo/etstool.py') }} diff --git a/.github/workflows/test-with-edm.yml b/.github/workflows/test-with-edm.yml index 8b5120eaf..d2eaad877 100644 --- a/.github/workflows/test-with-edm.yml +++ b/.github/workflows/test-with-edm.yml @@ -49,7 +49,7 @@ jobs: uses: ./.github/actions/install-qt-support if: startsWith(matrix.os, 'ubuntu') && matrix.toolkit != 'wx' && matrix.toolkit != 'null' - name: Cache EDM packages - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/.cache key: ${{ runner.os }}-${{ matrix.python-version }}-${{ matrix.toolkit }}-${{ hashFiles('etstool.py') }}