Skip to content

Commit adaa112

Browse files
committed
CI i386: stick to v1 of actions/checkout
1 parent 5a80434 commit adaa112

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
apt-get update -y
9292
apt-get install -y autoconf build-essential zlib1g-dev libgmp-dev curl
9393
curl --proto '=https' --tlsv1.2 -sSf https://get-ghcup.haskell.org | BOOTSTRAP_HASKELL_NONINTERACTIVE=1 sh
94-
- uses: actions/checkout@v3
94+
- uses: actions/checkout@v1
9595
- name: Test
9696
run: |
9797
source ~/.ghcup/env

0 commit comments

Comments
 (0)