From 1eae3c79185f28eb023394d35f1d6283ce85a47c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 03:13:54 +0000 Subject: [PATCH] chore(deps): Bump actions/checkout Bumps [actions/checkout](https://github.com/actions/checkout) from c2d88d3ecc89a9ef08eebf45d9637801dcee7eb5 to 8e8c483db84b4bee98b60c0593521ed34d9990e8. - [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/c2d88d3ecc89a9ef08eebf45d9637801dcee7eb5...8e8c483db84b4bee98b60c0593521ed34d9990e8) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 8e8c483db84b4bee98b60c0593521ed34d9990e8 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 8648674..9d4d2a0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -19,7 +19,7 @@ jobs: steps: - name: 📥 Checkout repository - uses: actions/checkout@c2d88d3ecc89a9ef08eebf45d9637801dcee7eb5 # main + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # main - name: 🟢 Setup Node.js uses: actions/setup-node@b9b25d45f70a5d94d88496aa4896bf9ed8f49b67 # main