From 1274af193da3ed9453b1e97ceffd253be315518e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 19:04:28 +0000 Subject: [PATCH] Bump actions/checkout from 3.0.2 to 6.0.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 3.0.2 to 6.0.0. - [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/v3.0.2...v6.0.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8d6064e..62bb3f6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -33,7 +33,7 @@ jobs: # Update by consulting: https://github.com/actions/checkout/releases # We include the hash after '@', and comment "pin @SIMPLE-NAME"; this is # the naming convention of https://github.com/mheap/pin-github-action - - uses: actions/checkout@v3.0.2 # pin @v2.4.0 + - uses: actions/checkout@v6.0.0 # pin @v2.4.0 # Runs a single command using the runners shell - name: Run a one-line script