Skip to content

Commit 8b796ac

Browse files
committed
update CI Action versions
1 parent c9875b3 commit 8b796ac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ jobs:
2020
IDRIS2_TESTS_CG: chez
2121
steps:
2222
- name: Checkout
23-
uses: actions/checkout@v2
23+
uses: actions/checkout@v3
2424
- name: Get Idris2 commit
2525
id: get-idris2-commit
2626
run: echo "idris2-commit=$(git rev-parse @:./Idris2)" >> $GITHUB_ENV
2727
- name: Cache Idris2 with API
2828
id: cache-idris2-with-api
29-
uses: actions/cache@v2
29+
uses: actions/cache@v4
3030
with:
3131
path: ~/.idris2/
3232
key: ${{ env.idris2-commit }}-idris2-with-api
@@ -62,7 +62,7 @@ jobs:
6262
IDRIS2_TESTS_CG: chez
6363
steps:
6464
- name: Checkout
65-
uses: actions/checkout@v2
65+
uses: actions/checkout@v3
6666
- name: Download Idris2 with API Artifact
6767
uses: actions/download-artifact@v4
6868
with:

0 commit comments

Comments
 (0)