Skip to content

Commit ca457c9

Browse files
authored
Merge pull request #60 from Cosmo-Tech/DSE/update_action
ci: Update checkout action version to v5
2 parents 7ea2702 + 28b8c5b commit ca457c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/track_dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
generate-sbom:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v3
12+
- uses: actions/checkout@v5
1313
- name: Install CycloneDX
1414
run: |
1515
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)