Skip to content

Commit 6845e3f

Browse files
authored
Merge pull request #847 from stan-dev/dependabot/github_actions/actions/cache-5
Bump actions/cache from 4 to 5
2 parents f4a33c3 + 85d8559 commit 6845e3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
- name: CmdStan installation cacheing
7878
id: cache-cmdstan
7979
if: ${{ !startswith(needs.get-cmdstan-version.outputs.version, 'git:') }}
80-
uses: actions/cache@v4
80+
uses: actions/cache@v5
8181
with:
8282
path: ~/.cmdstan
8383
key: ${{ runner.os }}-cmdstan-${{ needs.get-cmdstan-version.outputs.version }}-${{ hashFiles('**/install_cmdstan.py') }}

0 commit comments

Comments
 (0)