We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 078c43a + 1d89230 commit 9325c58Copy full SHA for 9325c58
.github/workflows/main.yml
@@ -89,7 +89,7 @@ jobs:
89
- name: CmdStan installation cacheing
90
id: cache-cmdstan
91
if: ${{ !startswith(needs.get-cmdstan-version.outputs.version, 'git:') }}
92
- uses: actions/cache@v3
+ uses: actions/cache@v4
93
with:
94
path: ~/.cmdstan
95
key: ${{ runner.os }}-cmdstan-${{ needs.get-cmdstan-version.outputs.version }}-${{ hashFiles('**/install_cmdstan.py') }}
0 commit comments