From 8448b99f386361af4bc175ca616caa7fc3747195 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 23:15:40 +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/clang-format.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/clang-format.yml b/.github/workflows/clang-format.yml index 6f3a1bf..24a9a7c 100644 --- a/.github/workflows/clang-format.yml +++ b/.github/workflows/clang-format.yml @@ -15,7 +15,7 @@ jobs: egress-policy: audit - name: Checkout - uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98 # v6.0.1 + uses: actions/checkout@900f2210b1d28bbbd0bd22d17926b9e224e8f231 # v6.0.1 - name: Install clang-format run: |