Skip to content

Commit 873790f

Browse files
ci: 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](actions/cache@v3...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1614907 commit 873790f

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
python-version: "3.12"
1919

20-
- uses: actions/cache@v3
20+
- uses: actions/cache@v4
2121
with:
2222
path: ~/.cache/pip
2323
key: ${{ runner.os }}-pip-docs-${{ hashFiles('docs/requirements.txt') }}

.github/workflows/doctest_validation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
python-version: ${{ matrix.python-version }}
2828

2929
- name: Cache conda environment
30-
uses: actions/cache@v3
30+
uses: actions/cache@v4
3131
with:
3232
path: ~/conda_pkgs_dir
3333
key: ${{ runner.os }}-conda-${{ hashFiles('solarwindpy-20250403.yml') }}
@@ -210,7 +210,7 @@ jobs:
210210
python-version: ${{ matrix.python-version }}
211211

212212
- name: Cache conda environment
213-
uses: actions/cache@v3
213+
uses: actions/cache@v4
214214
with:
215215
path: ~/conda_pkgs_dir
216216
key: ${{ runner.os }}-conda-${{ hashFiles('solarwindpy-20250403.yml') }}

.github/workflows/sync-requirements.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
python-version: "3.11"
2929

3030
- name: Cache pip packages
31-
uses: actions/cache@v3
31+
uses: actions/cache@v4
3232
with:
3333
path: ~/.cache/pip
3434
key: ${{ runner.os }}-pip-sync-${{ hashFiles('requirements-dev.txt') }}

0 commit comments

Comments
 (0)