Skip to content

Commit 77167a5

Browse files
committed
Revert to actions/checkout@v1 for Debian
1 parent 102c22b commit 77167a5

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
@@ -778,7 +778,7 @@ jobs:
778778
timeout-minutes: 90
779779

780780
steps:
781-
- uses: actions/checkout@v6 # v1 is required to run inside docker
781+
- uses: actions/checkout@v1 # v1 is required to run inside docker
782782

783783
- name: Install requirements
784784
run: |

0 commit comments

Comments
 (0)