From 0e6c3ba1a47a1bde2180174f0d4c4b22129444d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 03:33:54 +0000 Subject: [PATCH] chore(deps): Update actions/checkout requirement to 900f2210b1d28bbbd0bd22d17926b9e224e8f231 Updates the requirements on [actions/checkout](https://github.com/actions/checkout) to permit the latest version. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/commits/900f2210b1d28bbbd0bd22d17926b9e224e8f231) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 900f2210b1d28bbbd0bd22d17926b9e224e8f231 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index bac222b..2430c80 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -25,7 +25,7 @@ jobs: steps: - name: 📥 Checkout repository - uses: actions/checkout@b9e0990d219a03df7633c93f6f005a8fecbcab22 # main + uses: actions/checkout@900f2210b1d28bbbd0bd22d17926b9e224e8f231 # main with: persist-credentials: false