Skip to content

Commit 5c6423b

Browse files
authored
[MERGE] pull request #22 from Asperguide/renovate/actions-checkout-6.x
[UPDATE] actions/checkout action to v6
2 parents 8a07c42 + dcea3fc commit 5c6423b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/document_generator.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
runs-on: ubuntu-latest
6363
steps:
6464
- name: Checkout code
65-
uses: actions/checkout@v5
65+
uses: actions/checkout@v6
6666
with:
6767
fetch-depth: 0
6868
- name: Fetch doxygen docker
@@ -125,7 +125,7 @@ jobs:
125125
if: success()
126126
steps:
127127
- name: Checkout code
128-
uses: actions/checkout@v5
128+
uses: actions/checkout@v6
129129
with:
130130
fetch-depth: 0
131131
- name: Get generated documentation
@@ -288,7 +288,7 @@ jobs:
288288
if: success() && github.event_name == 'push' && startsWith(github.ref, 'refs/heads/main')
289289
steps:
290290
- name: Checkout code
291-
uses: actions/checkout@v5
291+
uses: actions/checkout@v6
292292
with:
293293
ref: main
294294
fetch-depth: 0
@@ -333,7 +333,7 @@ jobs:
333333
DOCUMENTATION_ZIP_NAME: documentation.zip
334334
steps:
335335
- name: Checkout code
336-
uses: actions/checkout@v5
336+
uses: actions/checkout@v6
337337
with:
338338
fetch-depth: 0
339339

@@ -531,7 +531,7 @@ jobs:
531531
needs: export_other_formats_when_present
532532
steps:
533533
- name: Checkout code
534-
uses: actions/checkout@v5
534+
uses: actions/checkout@v6
535535
with:
536536
fetch-depth: 0
537537
- name: Delete Created cache

.github/workflows/publish_vsix.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
"1.104.0",
3030
]
3131
steps:
32-
- uses: actions/checkout@v5.0.1
32+
- uses: actions/checkout@v6.0.2
3333

3434
- name: Setup Node
3535
uses: actions/setup-node@v6.0.0

0 commit comments

Comments
 (0)