diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 6f61e9e22..358cc718c 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -23,7 +23,7 @@ jobs: - run: echo "🐧 Job is running on a ${{ runner.os }} server!" - run: echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}." - name: Check out repository code - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Setup Bazel uses: bazel-contrib/setup-bazel@0.14.0 with: