diff --git a/.github/workflows/bazel-rbe.yml b/.github/workflows/bazel-rbe.yml index d6dd5e6..52a4dba 100644 --- a/.github/workflows/bazel-rbe.yml +++ b/.github/workflows/bazel-rbe.yml @@ -50,7 +50,7 @@ jobs: uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: Set up Go for Bazel tools - uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0 + uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7.0.0 with: go-version: "1.26.3" diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3921116..cfd2148 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,11 +16,11 @@ jobs: steps: - uses: actions/checkout@v7 - name: Set up Python - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: ${{ matrix.python-version }} - name: Setup uv - uses: astral-sh/setup-uv@d31148d669074a8d0a63714ba94f3201e7020bc3 # v8.3.0 + uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2 - name: Verify dependency lock files are updated if: github.event_name == 'pull_request' && matrix.python-version == '3.12' run: |