Skip to content

Commit a14123d

Browse files
Deps: Bump actions/checkout from 5 to 6 in the github-actions group
Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `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](actions/checkout@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4b436d7 commit a14123d

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci-python.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- "3.11"
1717
- "3.12"
1818
steps:
19-
- uses: actions/checkout@v5
19+
- uses: actions/checkout@v6
2020
- name: Install and check with black, pylint and pontos.version
2121
uses: greenbone/actions/lint-python@v3
2222
with:
@@ -33,7 +33,7 @@ jobs:
3333
- "3.11"
3434
- "3.12"
3535
steps:
36-
- uses: actions/checkout@v5
36+
- uses: actions/checkout@v6
3737
- name: Install python, poetry and dependencies
3838
uses: greenbone/actions/poetry@v3
3939
with:
@@ -50,7 +50,7 @@ jobs:
5050
- "3.11"
5151
- "3.12"
5252
steps:
53-
- uses: actions/checkout@v5
53+
- uses: actions/checkout@v6
5454
- name: Run mypy
5555
uses: greenbone/actions/mypy-python@v3
5656
with:

.github/workflows/codeql-analysis-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
steps:
2929
- name: Checkout repository
30-
uses: actions/checkout@v5
30+
uses: actions/checkout@v6
3131

3232
- name: Initialize CodeQL
3333
uses: github/codeql-action/init@v4

.github/workflows/container.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
steps:
1919
- name: Checkout repository
20-
uses: actions/checkout@v5
20+
uses: actions/checkout@v6
2121
- name: Login to GitHub Container Registry
2222
if: github.event_name != 'pull_request'
2323
uses: docker/login-action@v3

0 commit comments

Comments
 (0)