diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5597502..174ba0f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -5,7 +5,7 @@ jobs: pre-commit: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 with: fetch-depth: 0 fetch-tags: true @@ -24,7 +24,7 @@ jobs: os: [ubuntu-latest, macos-latest] runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - uses: bazel-contrib/setup-bazel@0.14.0 with: bazelisk-cache: true @@ -41,7 +41,7 @@ jobs: if: always() runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - name: Ensure every job is wired into this gate env: NEEDS_JSON: ${{ toJSON(needs) }}