diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 413fb074..a6585695 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: ref: "" steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v3 with: ref: ${{ matrix.branch.ref }} @@ -100,7 +100,7 @@ jobs: ref: "" steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v3 with: ref: ${{ matrix.branch.ref }} @@ -377,7 +377,7 @@ jobs: runs-on: ubuntu-latest if: github.ref == 'refs/heads/master' steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Build the Docker image run: |