diff --git a/.github/workflows/bazel.yml b/.github/workflows/bazel.yml index ac7eb96..4a93bc7 100644 --- a/.github/workflows/bazel.yml +++ b/.github/workflows/bazel.yml @@ -38,7 +38,7 @@ jobs: DEBIAN_FRONTEND: noninteractive shell: bash - name: checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: build run: bazel build //... shell: bash @@ -70,7 +70,7 @@ jobs: DEBIAN_FRONTEND: noninteractive shell: bash - name: checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: build run: bazel build //... shell: bash