From 88a6108078eac04d3170cf1ed570a44485cce954 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Aug 2026 08:33:31 +0000 Subject: [PATCH] Bump ubuntu/wsl/.github/actions/wsl-checkout Bumps [ubuntu/wsl/.github/actions/wsl-checkout](https://github.com/ubuntu/wsl) from f861f1083e518354e4c3637b08c0edfcf8bc3d51 to e2114d0a5ebea62e6b2e1565f175871ed7558d20. - [Release notes](https://github.com/ubuntu/wsl/releases) - [Commits](https://github.com/ubuntu/wsl/compare/f861f1083e518354e4c3637b08c0edfcf8bc3d51...e2114d0a5ebea62e6b2e1565f175871ed7558d20) --- updated-dependencies: - dependency-name: ubuntu/wsl/.github/actions/wsl-checkout dependency-version: e2114d0a5ebea62e6b2e1565f175871ed7558d20 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/publish.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c3563aeca..53c0fd717 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -165,7 +165,7 @@ jobs: run: | mkdir -p /root/mycli - - uses: ubuntu/wsl/.github/actions/wsl-checkout@f861f1083e518354e4c3637b08c0edfcf8bc3d51 + - uses: ubuntu/wsl/.github/actions/wsl-checkout@e2114d0a5ebea62e6b2e1565f175871ed7558d20 with: distro: Ubuntu-24.04 working-dir: /root/mycli diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 7ff6a455a..4a0fe6fe3 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -173,7 +173,7 @@ jobs: run: | mkdir -p /root/mycli - - uses: ubuntu/wsl/.github/actions/wsl-checkout@f861f1083e518354e4c3637b08c0edfcf8bc3d51 + - uses: ubuntu/wsl/.github/actions/wsl-checkout@e2114d0a5ebea62e6b2e1565f175871ed7558d20 with: distro: Ubuntu-24.04 working-dir: /root/mycli