build(deps): bump actions/checkout from 4 to 6 (#22645)
Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] committed
Jun 7, 2026 at 07:52 UTC
c0aa2fb8fd1f4e5ee2de7b37d9cbb1397b5fcb87
1 file changed
+2
-2
.github/workflows/sow.yml
+2
-2
@@ -20,7 +20,7 @@ jobs:
20
no-working-files:
21
runs-on: ubuntu-latest
22
steps:
23
- - uses: actions/checkout@v4
23
+ - uses: actions/checkout@v6
24
25
- name: Reject committed SOW working files
26
run: |
@@ -44,7 +44,7 @@ jobs:
44
sensitive-data:
45
runs-on: ubuntu-latest
46
steps:
47
- - uses: actions/checkout@v4
47
+ - uses: actions/checkout@v6
48
with:
49
fetch-depth: 0
50