From 50616defde7e92b7443ad39928a7ee67a6d79e69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Jan 2024 02:01:13 +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_pkg.yml | 2 +- .github/workflows/citation.yml | 2 +- .github/workflows/pytest_asdf.yml | 2 +- .github/workflows/static_analysis.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build_pkg.yml b/.github/workflows/build_pkg.yml index da4be6412..1db8356ba 100644 --- a/.github/workflows/build_pkg.yml +++ b/.github/workflows/build_pkg.yml @@ -82,7 +82,7 @@ jobs: python-version: '3.10' - name: Cache pip - uses: actions/cache@v3 + uses: actions/cache@v4 env: # Increase this value to reset cache if ./setup.cfg has not changed CACHE_NUMBER: 0 diff --git a/.github/workflows/citation.yml b/.github/workflows/citation.yml index b2ebdfd56..9eaef91c8 100644 --- a/.github/workflows/citation.yml +++ b/.github/workflows/citation.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/setup-python@v5 with: python-version: '3.10' - - uses: actions/cache@v3 + - uses: actions/cache@v4 with: path: ~/.cache/pip key: pip-cffconvert-0 diff --git a/.github/workflows/pytest_asdf.yml b/.github/workflows/pytest_asdf.yml index bd04835ad..6cb646232 100644 --- a/.github/workflows/pytest_asdf.yml +++ b/.github/workflows/pytest_asdf.yml @@ -74,7 +74,7 @@ jobs: - uses: actions/setup-python@v5 with: python-version: '3.10' - - uses: actions/cache@v3 + - uses: actions/cache@v4 with: path: ~/.cache/pip key: ${{ runner.os }}-pip-0 diff --git a/.github/workflows/static_analysis.yml b/.github/workflows/static_analysis.yml index 136285249..a8fb57975 100644 --- a/.github/workflows/static_analysis.yml +++ b/.github/workflows/static_analysis.yml @@ -42,7 +42,7 @@ jobs: setup_requires: 'include' - name: Cache mypy cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ./.mypy_cache