Skip to content

Commit 195f569

Browse files
dependabot[bot]bjoernricks
authored andcommitted
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](actions/checkout@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] <support@github.com>
1 parent ced8f4a commit 195f569

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci-python.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- "3.11"
1919
- "3.12"
2020
steps:
21-
- uses: actions/checkout@v4
21+
- uses: actions/checkout@v5
2222
- name: Lint with ruff
2323
uses: greenbone/actions/lint-python@v3
2424
with:
@@ -37,7 +37,7 @@ jobs:
3737
- "3.11"
3838
- "3.12"
3939
steps:
40-
- uses: actions/checkout@v4
40+
- uses: actions/checkout@v5
4141
- name: Install python, poetry and dependencies
4242
uses: greenbone/actions/poetry@v3
4343
with:
@@ -56,7 +56,7 @@ jobs:
5656
- "3.11"
5757
- "3.12"
5858
steps:
59-
- uses: actions/checkout@v4
59+
- uses: actions/checkout@v5
6060
- name: Run mypy
6161
uses: greenbone/actions/mypy-python@v3
6262
with:
@@ -66,7 +66,7 @@ jobs:
6666
name: Check versioning for consistency
6767
runs-on: "ubuntu-latest"
6868
steps:
69-
- uses: actions/checkout@v4
69+
- uses: actions/checkout@v5
7070
- name: Install python, poetry and dependencies
7171
uses: greenbone/actions/poetry@v3
7272
- name: Check version

.github/workflows/deploy-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
permissions:
1414
id-token: write
1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v5
1717
- name: Set up Python
1818
uses: greenbone/actions/poetry@v3
1919
with:

0 commit comments

Comments
 (0)