From 34e9656825014307ee669088c14846e935ddb910 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 08:34:55 +0000 Subject: [PATCH] Bump ubuntu/wsl/.github/actions/wsl-checkout Bumps [ubuntu/wsl/.github/actions/wsl-checkout](https://github.com/ubuntu/wsl) from e2114d0a5ebea62e6b2e1565f175871ed7558d20 to 3b7a6b2a43af18aa541eeee1669ac27656630097. - [Release notes](https://github.com/ubuntu/wsl/releases) - [Commits](https://github.com/ubuntu/wsl/compare/e2114d0a5ebea62e6b2e1565f175871ed7558d20...3b7a6b2a43af18aa541eeee1669ac27656630097) --- updated-dependencies: - dependency-name: ubuntu/wsl/.github/actions/wsl-checkout dependency-version: 3b7a6b2a43af18aa541eeee1669ac27656630097 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 53c0fd717..f39d6c551 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@e2114d0a5ebea62e6b2e1565f175871ed7558d20 + - uses: ubuntu/wsl/.github/actions/wsl-checkout@3b7a6b2a43af18aa541eeee1669ac27656630097 with: distro: Ubuntu-24.04 working-dir: /root/mycli diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 4a0fe6fe3..da976bd51 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@e2114d0a5ebea62e6b2e1565f175871ed7558d20 + - uses: ubuntu/wsl/.github/actions/wsl-checkout@3b7a6b2a43af18aa541eeee1669ac27656630097 with: distro: Ubuntu-24.04 working-dir: /root/mycli