Skip to content

Commit 695a3eb

Browse files
ci: bump actions/checkout from 4 to 6 in the prod-actions group
Bumps the prod-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 4 to 6 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent efa53d3 commit 695a3eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/bandit.yml

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

3434
runs-on: ubuntu-slim
3535
steps:
36-
- uses: actions/checkout@v4
36+
- uses: actions/checkout@v6
3737
- name: Bandit Scan
3838
uses: shundor/python-bandit-scan@ab1d87dfccc5a0ffab88be3aaac6ffe35c10d6cd
3939
with: # optional arguments

0 commit comments

Comments
 (0)