From 68bd37145b70306f1a39a97f6b3aff5ef52be94a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 15:04:12 +0000 Subject: [PATCH] chore(deps): update actions/checkout digest to b9e0990 --- .github/workflows/autobump.yml | 2 +- .github/workflows/build.yml | 2 +- .github/workflows/release-new.yml | 2 +- .github/workflows/release.yml | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/autobump.yml b/.github/workflows/autobump.yml index 9adff3d..6ca64f2 100644 --- a/.github/workflows/autobump.yml +++ b/.github/workflows/autobump.yml @@ -18,7 +18,7 @@ jobs: autobump: runs-on: ubuntu-latest steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # main + - uses: actions/checkout@b9e0990d219a03df7633c93f6f005a8fecbcab22 # main with: token: ${{ secrets.RELEASE_TOKEN }} diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a4918a7..5094c02 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -37,7 +37,7 @@ jobs: fail-fast: false runs-on: ${{ matrix.runner }} steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # main + - uses: actions/checkout@b9e0990d219a03df7633c93f6f005a8fecbcab22 # main - name: Get version for setup-ruby run: | diff --git a/.github/workflows/release-new.yml b/.github/workflows/release-new.yml index c6a6ff0..ccbc8e1 100644 --- a/.github/workflows/release-new.yml +++ b/.github/workflows/release-new.yml @@ -30,7 +30,7 @@ jobs: check-and-release: runs-on: ubuntu-latest steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # main + - uses: actions/checkout@b9e0990d219a03df7633c93f6f005a8fecbcab22 # main - name: Find versions to release id: find-versions diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ecdd21b..bf740a9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -47,7 +47,7 @@ jobs: yjit: false runs-on: ${{ matrix.runner }} steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # main + - uses: actions/checkout@b9e0990d219a03df7633c93f6f005a8fecbcab22 # main # Disabled: Code signing causes issues with native gems compiled locally # See: https://github.com/jdx/mise/discussions/7268 @@ -161,7 +161,7 @@ jobs: env: VERSION: ${{ inputs.version }} steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # main + - uses: actions/checkout@b9e0990d219a03df7633c93f6f005a8fecbcab22 # main - name: Determine build revision id: revision