We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60ceb9f commit 55ea51cCopy full SHA for 55ea51c
.github/workflows/exercise-tests.yml
@@ -35,7 +35,7 @@ jobs:
35
with:
36
version: ${{ matrix.julia-version }}
37
38
- - uses: julia-actions/cache@dc1a3cdeacb521b0ca93cfc66143fcadb15a5bd0
+ - uses: julia-actions/cache@d48542bb7b6239a9391789f01d21a6bdde9ad5df
39
40
- name: Install test dependencies
41
run: julia --color=yes --project -e "using Pkg; Pkg.instantiate()"
0 commit comments