From 0c14c873aa2f88d101b9b50e7c4a2352d0965ea0 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Wed, 29 Apr 2026 09:59:58 +0000 Subject: [PATCH] chore(deps): update all dependencies --- .github/workflows/mypy.yml | 4 ++-- .kokoro/docker/docs/Dockerfile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/mypy.yml b/.github/workflows/mypy.yml index b2542f5bfa..d37d650a5c 100644 --- a/.github/workflows/mypy.yml +++ b/.github/workflows/mypy.yml @@ -18,10 +18,10 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: ${{ matrix.python-version }} diff --git a/.kokoro/docker/docs/Dockerfile b/.kokoro/docker/docs/Dockerfile index 93abeb68b7..494efc5782 100644 --- a/.kokoro/docker/docs/Dockerfile +++ b/.kokoro/docker/docs/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -from ubuntu:22.04 +from ubuntu:26.04 ENV DEBIAN_FRONTEND noninteractive