From 8207ce97d8c38429e8464444b34e659542d08a19 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 15:06:57 +0000 Subject: [PATCH] fix: bump actions/checkout from 3 to 6.0.2 in the all group Bumps the all group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 3 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/v3...v6.0.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all ... Signed-off-by: dependabot[bot] --- .github/workflows/test.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 607f04a..dcc3f59 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Clone latest repository - uses: actions/checkout@v3 + uses: actions/checkout@v6.0.2 - id: tag-check uses: ./validate-tag with: @@ -30,7 +30,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Clone latest repository - uses: actions/checkout@v3 + uses: actions/checkout@v6.0.2 - uses: ./build with: tag: ${{ github.event.inputs.tag }} @@ -42,7 +42,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Clone latest repository - uses: actions/checkout@v3 + uses: actions/checkout@v6.0.2 - uses: ./tag-release with: registry_token: ${{ secrets.GITHUB_TOKEN }}