Skip to content

Commit 0b18314

Browse files
ci(deps): bump actions/cache from 4 to 5
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 24aabf3 commit 0b18314

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
echo "timestamp=$(/bin/date -u '+%Y%m%d%H%M%S')" >> $GITHUB_OUTPUT
103103
104104
- name: Cache Numba Kernels
105-
uses: actions/cache@v4
105+
uses: actions/cache@v5
106106
with:
107107
key: numba-cache-${{ matrix.python-version }}-${{ steps.numba-key.outputs.timestamp }}
108108
restore-keys: numba-cache-${{ matrix.python-version }}-
@@ -113,7 +113,7 @@ jobs:
113113

114114
- name: Load cached CASA Measures Data
115115
id: load-cached-casa-measures
116-
uses: actions/cache@v4
116+
uses: actions/cache@v5
117117
with:
118118
key: casa-measures-${{ hashFiles('measures_dir.txt')}}
119119
path: |

0 commit comments

Comments
 (0)