diff --git a/.github/workflows/master-ci.yaml b/.github/workflows/master-ci.yaml index fb63d0d..811c5b9 100644 --- a/.github/workflows/master-ci.yaml +++ b/.github/workflows/master-ci.yaml @@ -16,7 +16,7 @@ jobs: steps: # Checks-out your repository under $GITHUB_WORKSPACE, which is the CWD for # the rest of the steps - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 # # Caches and restores bazelisk download directory, the bazel build directory. # - name: Bazel Tree and Disk Cache diff --git a/.github/workflows/pr-ci.yaml b/.github/workflows/pr-ci.yaml index 090eb3e..e69fc87 100644 --- a/.github/workflows/pr-ci.yaml +++ b/.github/workflows/pr-ci.yaml @@ -15,7 +15,7 @@ jobs: steps: # Checks-out your repository under $GITHUB_WORKSPACE, which is the CWD for # the rest of the steps - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 # Caches and restores bazelisk download directory, the bazel build directory. # - name: Bazel Tree and Disk Cache