From 7cdd93c158316f9c142d291814e5e47edada9c8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Apr 2025 21:33:24 +0000 Subject: [PATCH] Bump actions/checkout from 3.0.2 to 4.2.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 3.0.2 to 4.2.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...v4.2.0) --- updated-dependencies: - dependency-name: actions/checkout 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..98181c0 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@v4.2.2 # pin @v2.4.0 # Runs a single command using the runners shell - name: Run a one-line script