From a82595cf2e64ad2b76f19420ac43b27aeb9298de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 06:32:52 +0000 Subject: [PATCH] chore(deps): bump actions/checkout Bumps [actions/checkout](https://github.com/actions/checkout) from 0c366fd6a839edf440554fa01a7085ccba70ac98 to 900f2210b1d28bbbd0bd22d17926b9e224e8f231. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/0c366fd6a839edf440554fa01a7085ccba70ac98...900f2210b1d28bbbd0bd22d17926b9e224e8f231) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 900f2210b1d28bbbd0bd22d17926b9e224e8f231 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/test-and-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-and-release.yml b/.github/workflows/test-and-release.yml index dc6b67a..c8e54a0 100644 --- a/.github/workflows/test-and-release.yml +++ b/.github/workflows/test-and-release.yml @@ -29,7 +29,7 @@ jobs: steps: - name: 📥 Checkout repository - uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98 # main + uses: actions/checkout@900f2210b1d28bbbd0bd22d17926b9e224e8f231 # main - name: 🟢 Setup Node.js uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # main