Skip to content

Commit 9638b30

Browse files
authored
Pin older checkout for container compat
Container does not have new enough git for checkout v2
1 parent 3eaaac4 commit 9638b30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
# github actions requires root to access mounted volumes
139139
options: --user root
140140
steps:
141-
- uses: actions/checkout@v2
141+
- uses: actions/checkout@v1
142142
with:
143143
submodules: 'recursive'
144144
- run: |

0 commit comments

Comments
 (0)