From 9375d0ad62f399a6b49995434c4e756b132a98c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Nov 2025 19:05:10 +0000 Subject: [PATCH] Bump actions/checkout from 3.0.2 to 5.0.1 Bumps [actions/checkout](https://github.com/actions/checkout) from 3.0.2 to 5.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/v3.0.2...v5.0.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 5.0.1 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..892abbc 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@v5.0.1 # pin @v2.4.0 # Runs a single command using the runners shell - name: Run a one-line script