From cee0317c2ed66dc9e8ad046bf95e81cd2fc1b1a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 14:10:49 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 4.2.2 to 6.0.1 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.2 to 6.0.1. - [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.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.1 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..b6fbb994 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.1 - 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..03af688e 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.1 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..12c20de1 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.1 with: fetch-tags: true fetch-depth: 0 diff --git a/.github/workflows/release-workflow.yml b/.github/workflows/release-workflow.yml index ada4e324..f8f817b1 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.1 with: fetch-tags: true fetch-depth: 0