Skip to content

Commit

Permalink
Pin older checkout for container compat
Browse files Browse the repository at this point in the history
Container does not have new enough git for checkout v2
  • Loading branch information
mmore500 authored Dec 7, 2023
1 parent 3eaaac4 commit 9638b30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ jobs:
# github actions requires root to access mounted volumes
options: --user root
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v1
with:
submodules: 'recursive'
- run: |
Expand Down

0 comments on commit 9638b30

Please sign in to comment.