diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index fc758bd..4d0f83d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -16,7 +16,7 @@ jobs: name: Lint the codebase, build and test the image runs-on: ubuntu-20.04 steps: - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v3.2.0 - name: Super-Linter uses: github/super-linter@v4.1.0 env: @@ -43,7 +43,7 @@ jobs: needs: build runs-on: ubuntu-20.04 steps: - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v3.2.0 - name: Setup Docker Buildx uses: docker/setup-buildx-action@v1 - name: Set up QEMU