Skip to content

Commit dc8c421

Browse files
Update actions/checkout action to v6
1 parent 3ea0219 commit dc8c421

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
checkov:
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v3.0.2
18+
- uses: actions/checkout@v6.0.1
1919

2020
- name: Get checkov
2121
run: pip install checkov

0 commit comments

Comments
 (0)