From fcb02bb8aacdf8d8d4fb9ec624413320890b9536 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 16:16:45 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 4.2.2 to 6.0.2 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.2 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/v4.2.2...v6.0.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/feature-workflow.yml | 2 +- .github/workflows/publish-pypi-workflow.yml | 2 +- .github/workflows/publish-slack-workflow.yml | 2 +- .github/workflows/release-workflow.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/feature-workflow.yml b/.github/workflows/feature-workflow.yml index 364512d0..41f11482 100644 --- a/.github/workflows/feature-workflow.yml +++ b/.github/workflows/feature-workflow.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v4.2.2 + uses: actions/checkout@v6.0.2 - name: Set up Python uses: actions/setup-python@v5.3.0 diff --git a/.github/workflows/publish-pypi-workflow.yml b/.github/workflows/publish-pypi-workflow.yml index 545f05f1..d5ec21f5 100644 --- a/.github/workflows/publish-pypi-workflow.yml +++ b/.github/workflows/publish-pypi-workflow.yml @@ -14,7 +14,7 @@ jobs: private-key: ${{ secrets.APPLICATION_PRIVATE_KEY }} - name: Checkout code - uses: actions/checkout@v4.2.2 + uses: actions/checkout@v6.0.2 with: fetch-tags: true fetch-depth: 0 diff --git a/.github/workflows/publish-slack-workflow.yml b/.github/workflows/publish-slack-workflow.yml index 440575e1..b3dcb96d 100644 --- a/.github/workflows/publish-slack-workflow.yml +++ b/.github/workflows/publish-slack-workflow.yml @@ -14,7 +14,7 @@ jobs: private-key: ${{ secrets.APPLICATION_PRIVATE_KEY }} - name: Checkout code - uses: actions/checkout@v4.2.2 + uses: actions/checkout@v6.0.2 with: fetch-tags: true fetch-depth: 0 diff --git a/.github/workflows/release-workflow.yml b/.github/workflows/release-workflow.yml index ada4e324..039d05f0 100644 --- a/.github/workflows/release-workflow.yml +++ b/.github/workflows/release-workflow.yml @@ -20,7 +20,7 @@ jobs: private-key: ${{ secrets.APPLICATION_PRIVATE_KEY }} - name: Checkout code - uses: actions/checkout@v4.2.2 + uses: actions/checkout@v6.0.2 with: fetch-tags: true fetch-depth: 0