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 f4a33c3 + 85d8559 commit 6845e3fCopy full SHA for 6845e3f
.github/workflows/main.yml
@@ -77,7 +77,7 @@ jobs:
77
- name: CmdStan installation cacheing
78
id: cache-cmdstan
79
if: ${{ !startswith(needs.get-cmdstan-version.outputs.version, 'git:') }}
80
- uses: actions/cache@v4
+ uses: actions/cache@v5
81
with:
82
path: ~/.cmdstan
83
key: ${{ runner.os }}-cmdstan-${{ needs.get-cmdstan-version.outputs.version }}-${{ hashFiles('**/install_cmdstan.py') }}
0 commit comments