From 618ce01544badf43e5a2a2323afa205fbb5678c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 07:37:48 +0000 Subject: [PATCH] Bump actions/checkout from 6 to 6.0.2 Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 6.0.2. - [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/v6...v6.0.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/polish-the-code.yml | 2 +- action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/polish-the-code.yml b/.github/workflows/polish-the-code.yml index 799635b..f0bca81 100644 --- a/.github/workflows/polish-the-code.yml +++ b/.github/workflows/polish-the-code.yml @@ -29,7 +29,7 @@ jobs: # Limit the running time timeout-minutes: 10 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v6.0.2 with: # checkout PR HEAD commit ref: ${{ github.event.pull_request.head.sha }} diff --git a/action.yml b/action.yml index a0f986b..3ee3fe7 100644 --- a/action.yml +++ b/action.yml @@ -52,7 +52,7 @@ runs: shell: bash - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v6.0.2 with: # Fetch latest changes (even by previous job) ref: ${{ github.ref }}