Skip to content

Commit bad4695

Browse files
authored
Merge pull request #7 from stacknil/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 4 to 6
2 parents c4f6e24 + 513a138 commit bad4695

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/sbom-diff-and-risk-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
working-directory: tools/sbom-diff-and-risk
2020
steps:
2121
- name: Check out repository
22-
uses: actions/checkout@v4
22+
uses: actions/checkout@v6
2323

2424
- name: Set up Python
2525
uses: actions/setup-python@v5

.github/workflows/sbom-diff-and-risk-code-scanning.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
working-directory: tools/sbom-diff-and-risk
1919
steps:
2020
- name: Check out repository
21-
uses: actions/checkout@v5
21+
uses: actions/checkout@v6
2222

2323
- name: Set up Python
2424
uses: actions/setup-python@v6

0 commit comments

Comments
 (0)