From 195f569b0f613f6e7bc5ba75d7d9f3afea9066f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 20:17:00 +0000 Subject: [PATCH] Deps: Bump actions/checkout from 4 to 5 in the actions group Bumps the actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 4 to 5 - [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...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-python.yml | 8 ++++---- .github/workflows/deploy-pypi.yml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci-python.yml b/.github/workflows/ci-python.yml index aee81e8..6a0b4d2 100644 --- a/.github/workflows/ci-python.yml +++ b/.github/workflows/ci-python.yml @@ -18,7 +18,7 @@ jobs: - "3.11" - "3.12" steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Lint with ruff uses: greenbone/actions/lint-python@v3 with: @@ -37,7 +37,7 @@ jobs: - "3.11" - "3.12" steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Install python, poetry and dependencies uses: greenbone/actions/poetry@v3 with: @@ -56,7 +56,7 @@ jobs: - "3.11" - "3.12" steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Run mypy uses: greenbone/actions/mypy-python@v3 with: @@ -66,7 +66,7 @@ jobs: name: Check versioning for consistency runs-on: "ubuntu-latest" steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Install python, poetry and dependencies uses: greenbone/actions/poetry@v3 - name: Check version diff --git a/.github/workflows/deploy-pypi.yml b/.github/workflows/deploy-pypi.yml index 3e5ba59..f43d10b 100644 --- a/.github/workflows/deploy-pypi.yml +++ b/.github/workflows/deploy-pypi.yml @@ -13,7 +13,7 @@ jobs: permissions: id-token: write steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Set up Python uses: greenbone/actions/poetry@v3 with: