Skip to content

Commit b974df8

Browse files
committed
Reset install-classic actions/checkout to @v1
1 parent ba1d33c commit b974df8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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)