Skip to content

Commit 8d3957b

Browse files
dependabot[bot]jobovy
authored andcommitted
Bump the actions group with 1 update
Bumps the actions group with 1 update: [actions/cache](https://github.com/actions/cache). Updates `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-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ffae5a2 commit 8d3957b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ jobs:
217217
echo "CFLAGS=-I$(brew --prefix)/include" >> $GITHUB_ENV
218218
echo "LDFLAGS=-L$(brew --prefix)/lib" >> $GITHUB_ENV
219219
echo "LD_LIBRARY_PATH=$(brew --prefix)/lib" >> $GITHUB_ENV
220-
- uses: actions/cache@v3
220+
- uses: actions/cache@v4
221221
with:
222222
path: ~/.cache/pip
223223
key: ${{ runner.os }}-pip-${{ matrix.python-version }}-${{ hashFiles('.github/workflows/build.yml') }}-${{ matrix.REQUIRES_PYNBODY }}-${{ matrix.REQUIRES_ASTROPY }}-${{ matrix.REQUIRES_ASTROQUERY }}-${{ matrix.REQUIRES_NUMBA }}-${{ matrix.REQUIRES_JAX }}

.github/workflows/build_windows.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ jobs:
167167
with:
168168
python-version: ${{ matrix.python-version }}
169169
# Cache both conda and pip, conda done by setup-micromamba
170-
- uses: actions/cache@v3
170+
- uses: actions/cache@v4
171171
with:
172172
path: ~\AppData\Local\pip\Cache
173173
key: ${{ runner.os }}-pip-${{ matrix.python-version }}-${{ hashFiles('.github/workflows/build_windows.yml') }}-${{ matrix.REQUIRES_PYNBODY }}-${{ matrix.REQUIRES_ASTROPY }}-${{ matrix.REQUIRES_ASTROQUERY }}-${{ matrix.REQUIRES_NUMBA }}-${{ matrix.REQUIRES_JAX }}

0 commit comments

Comments
 (0)