Skip to content

Commit 650d236

Browse files
authored
Update vale-docs-linter.yml
1 parent 454733d commit 650d236

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/vale-docs-linter.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: check out repo
11-
uses: actions/checkout@v3
11+
uses: actions/checkout@v4
1212
with:
1313
fetch-depth: 2
1414

1515
- name: get changed files
1616
id: changed-files
17-
uses: tj-actions/changed-files@v41
17+
uses: tj-actions/changed-files@v44
1818
with:
1919
fetch_depth: 2
2020

0 commit comments

Comments
 (0)