From e31a431c55c772a1f9780c873f9e00fd227ef4c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Nov 2025 09:08:10 +0000 Subject: [PATCH] [gha] Bump actions/checkout from 5 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [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/v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/pre-commit.yml | 2 +- .github/workflows/publish-pypi.yml | 4 ++-- .github/workflows/publish-test-pypi.yml | 2 +- .github/workflows/pylint.yml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index a57a05e..0ca751e 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Checkout source repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Set up python ${{ matrix.python-version }} uses: actions/setup-python@v6 with: diff --git a/.github/workflows/publish-pypi.yml b/.github/workflows/publish-pypi.yml index 3d273be..7397a55 100644 --- a/.github/workflows/publish-pypi.yml +++ b/.github/workflows/publish-pypi.yml @@ -18,7 +18,7 @@ jobs: steps: - name: Checkout source repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Set up python ${{ matrix.python-version }} uses: actions/setup-python@v6 @@ -48,7 +48,7 @@ jobs: steps: - name: Checkout source repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Set up python ${{ matrix.python-version }} uses: actions/setup-python@v6 with: diff --git a/.github/workflows/publish-test-pypi.yml b/.github/workflows/publish-test-pypi.yml index d1f4c85..c02f66b 100644 --- a/.github/workflows/publish-test-pypi.yml +++ b/.github/workflows/publish-test-pypi.yml @@ -20,7 +20,7 @@ jobs: steps: - name: Checkout source repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Set up python ${{ matrix.python-version }} uses: actions/setup-python@v6 with: diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index 17cbaf3..d79208a 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -20,7 +20,7 @@ jobs: steps: - name: Checkout source repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Set up python ${{ matrix.python-version }} uses: actions/setup-python@v6 with: