Skip to content

Commit e0aeab5

Browse files
committed
update to actions/checkout@v4
1 parent c3ca167 commit e0aeab5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/workflow-validate.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717

1818
steps:
19-
- uses: actions/checkout@v1
19+
- uses: actions/checkout@v4
2020

2121
- name: Markdownlint
2222
run: |
@@ -33,7 +33,7 @@ jobs:
3333
ZENDESK_PASS: ${{ secrets.ZENDESK_TOKEN }}
3434

3535
steps:
36-
- uses: actions/checkout@v1
36+
- uses: actions/checkout@v4
3737

3838
- name: Preview changes
3939
run: |

0 commit comments

Comments
 (0)