diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1c6a63f409..3fec52c81d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -654,7 +654,7 @@ jobs: container: i386/debian:buster steps: - - uses: actions/checkout@v1 # Required to run inside docker + - uses: actions/checkout@v3 # Required to run inside docker - name: Install requirements run: |