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.
1 parent c9875b3 commit 8b796acCopy full SHA for 8b796ac
.github/workflows/ci.yml
@@ -20,13 +20,13 @@ jobs:
20
IDRIS2_TESTS_CG: chez
21
steps:
22
- name: Checkout
23
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
24
- name: Get Idris2 commit
25
id: get-idris2-commit
26
run: echo "idris2-commit=$(git rev-parse @:./Idris2)" >> $GITHUB_ENV
27
- name: Cache Idris2 with API
28
id: cache-idris2-with-api
29
- uses: actions/cache@v2
+ uses: actions/cache@v4
30
with:
31
path: ~/.idris2/
32
key: ${{ env.idris2-commit }}-idris2-with-api
@@ -62,7 +62,7 @@ jobs:
62
63
64
65
66
- name: Download Idris2 with API Artifact
67
uses: actions/download-artifact@v4
68
0 commit comments