From 948a3d4fedc65fca06f272d09b8588b885170fbb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 21:24:28 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 4.3.1 to 7.0.1 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.3.1 to 7.0.1. - [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/34e114876b0b11c390a56381ad16ebd13914f8d5...3d3c42e5aac5ba805825da76410c181273ba90b1) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/governed-pr-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/governed-pr-check.yml b/.github/workflows/governed-pr-check.yml index 56aa99a..a90963c 100644 --- a/.github/workflows/governed-pr-check.yml +++ b/.github/workflows/governed-pr-check.yml @@ -24,7 +24,7 @@ jobs: runs-on: [self-hosted, Linux, X64, wsl] steps: - name: Checkout governed check tools - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 with: repository: hummbl-dev/.github path: governed-pr-check-tools