diff options
| -rw-r--r-- | .github/workflows/cibuild.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cibuild.yml b/.github/workflows/cibuild.yml index 38dfb266e..9eeaba049 100644 --- a/.github/workflows/cibuild.yml +++ b/.github/workflows/cibuild.yml @@ -135,7 +135,7 @@ jobs: image: ${{ matrix.image }} steps: - name: Repository checkout - uses: actions/checkout@v6 + uses: actions/checkout@v1 - name: Ubuntu setup run: .github/workflows/cibuild-setup-ubuntu.sh - name: Configure |
