diff --git a/.github/workflows/buildifier.yaml b/.github/workflows/buildifier.yaml index c812980..6dcf0cf 100644 --- a/.github/workflows/buildifier.yaml +++ b/.github/workflows/buildifier.yaml @@ -14,6 +14,6 @@ jobs: check: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: buildifier run: bazel run --enable_bzlmod //.github/workflows:buildifier.check diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 206c963..97e6849 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -25,7 +25,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: "Checkout the sources" - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Mount bazel caches uses: actions/cache@v5 with: @@ -49,7 +49,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: "Checkout the sources" - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Mount bazel caches uses: actions/cache@v5 with: