From c91e0ec24fb967e644d5a9c8d24a89d72664d20d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 07:02:45 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 6 to 6.0.2 in the actions group Bumps the actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `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 dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yaml | 2 +- .github/workflows/pr-outputs-test.yaml | 4 ++-- .github/workflows/pr-outputs-workflow-call-reusable.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7821a255..a011738a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -29,7 +29,7 @@ jobs: contents: read steps: - name: checkout - uses: actions/checkout@v6 + uses: actions/checkout@v6.0.2 with: fetch-depth: 0 persist-credentials: false diff --git a/.github/workflows/pr-outputs-test.yaml b/.github/workflows/pr-outputs-test.yaml index c8fd6068..5843faa6 100644 --- a/.github/workflows/pr-outputs-test.yaml +++ b/.github/workflows/pr-outputs-test.yaml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - name: checkout - uses: actions/checkout@v6 + uses: actions/checkout@v6.0.2 with: fetch-depth: 0 persist-credentials: false @@ -173,7 +173,7 @@ jobs: contents: read steps: - name: checkout - uses: actions/checkout@v6 + uses: actions/checkout@v6.0.2 with: fetch-depth: 0 persist-credentials: false diff --git a/.github/workflows/pr-outputs-workflow-call-reusable.yaml b/.github/workflows/pr-outputs-workflow-call-reusable.yaml index 10823a52..6b8bba80 100644 --- a/.github/workflows/pr-outputs-workflow-call-reusable.yaml +++ b/.github/workflows/pr-outputs-workflow-call-reusable.yaml @@ -46,7 +46,7 @@ jobs: pr-number: ${{ steps.context.outputs.pr-number }} steps: - name: checkout - uses: actions/checkout@v6 + uses: actions/checkout@v6.0.2 with: fetch-depth: 0 persist-credentials: false