diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 75354f9..481c44c 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-22.04 needs: clang-format steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: build binary with logging run: | docker build . -t builder