From cb0f7bc6433bde97755e6450a7a058ea5d565754 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Jan 2024 16:01:41 +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/docs-test.yml | 2 +- .github/workflows/flake8.yml | 2 +- .github/workflows/gh-pages.yml | 2 +- .github/workflows/isort.yml | 2 +- .github/workflows/pylint.yml | 2 +- .github/workflows/pytest.yml | 2 +- .github/workflows/regtest.yml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/docs-test.yml b/.github/workflows/docs-test.yml index 855f04fc9..31bd35b53 100644 --- a/.github/workflows/docs-test.yml +++ b/.github/workflows/docs-test.yml @@ -26,7 +26,7 @@ jobs: python-version: '3.10' - name: Cache pip - uses: actions/cache@v3 + uses: actions/cache@v4 with: # this path is specific to Ubuntu path: ~/.cache/pip diff --git a/.github/workflows/flake8.yml b/.github/workflows/flake8.yml index 3b0ac8aa1..c0f6c194b 100644 --- a/.github/workflows/flake8.yml +++ b/.github/workflows/flake8.yml @@ -23,7 +23,7 @@ jobs: python-version: '3.10' - name: Cache pip - uses: actions/cache@v3 + uses: actions/cache@v4 with: # this path is specific to Ubuntu path: ~/.cache/pip diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 43993e55e..949560369 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -22,7 +22,7 @@ jobs: python-version: '3.10' - name: Cache pip - uses: actions/cache@v3 + uses: actions/cache@v4 with: # this path is specific to Ubuntu path: ~/.cache/pip diff --git a/.github/workflows/isort.yml b/.github/workflows/isort.yml index c832082df..a2783878a 100644 --- a/.github/workflows/isort.yml +++ b/.github/workflows/isort.yml @@ -23,7 +23,7 @@ jobs: python-version: '3.10' - name: Cache pip - uses: actions/cache@v3 + uses: actions/cache@v4 with: # this path is specific to Ubuntu path: ~/.cache/pip diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index d14d8b6b4..5432c02ea 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -23,7 +23,7 @@ jobs: python-version: '3.10' - name: Cache pip - uses: actions/cache@v3 + uses: actions/cache@v4 with: # this path is specific to Ubuntu path: ~/.cache/pip diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 288b9a2cc..bc16f8255 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -27,7 +27,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Cache pip - uses: actions/cache@v3 + uses: actions/cache@v4 with: # this path is specific to Ubuntu path: ~/.cache/pip diff --git a/.github/workflows/regtest.yml b/.github/workflows/regtest.yml index 98335df9d..600a98f64 100644 --- a/.github/workflows/regtest.yml +++ b/.github/workflows/regtest.yml @@ -27,7 +27,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Cache pip - uses: actions/cache@v3 + uses: actions/cache@v4 with: # this path is specific to Ubuntu path: ~/.cache/pip