From ef4f78b71ab3c9521e6db980727c837d03d30e91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 17:46:29 +0000 Subject: [PATCH] Bump actions/checkout Bumps [actions/checkout](https://github.com/actions/checkout) from 09d2acae674a48949e3602304ab46fd20ae0c42f to c2d88d3ecc89a9ef08eebf45d9637801dcee7eb5. - [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/09d2acae674a48949e3602304ab46fd20ae0c42f...c2d88d3ecc89a9ef08eebf45d9637801dcee7eb5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: c2d88d3ecc89a9ef08eebf45d9637801dcee7eb5 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 16ee261..6c3419d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -29,7 +29,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@09d2acae674a48949e3602304ab46fd20ae0c42f + uses: actions/checkout@c2d88d3ecc89a9ef08eebf45d9637801dcee7eb5 - name: Verify all exercises run: godot --headless -s bin/verify-exercises.gd