Skip to content

Commit 9325c58

Browse files
authored
Merge pull request #728 from stan-dev/dependabot/github_actions/actions/cache-4
Bump actions/cache from 3 to 4
2 parents 078c43a + 1d89230 commit 9325c58

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
@@ -89,7 +89,7 @@ jobs:
8989
- name: CmdStan installation cacheing
9090
id: cache-cmdstan
9191
if: ${{ !startswith(needs.get-cmdstan-version.outputs.version, 'git:') }}
92-
uses: actions/cache@v3
92+
uses: actions/cache@v4
9393
with:
9494
path: ~/.cmdstan
9595
key: ${{ runner.os }}-cmdstan-${{ needs.get-cmdstan-version.outputs.version }}-${{ hashFiles('**/install_cmdstan.py') }}

0 commit comments

Comments
 (0)