We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 851c52a commit 29f25c9Copy full SHA for 29f25c9
.github/workflows/lint.yml
@@ -13,7 +13,7 @@ jobs:
13
- uses: actions/checkout@v4
14
with:
15
fetch-depth: 0
16
- - uses: tj-actions/changed-files@v45
+ - uses: tj-actions/changed-files@v46
17
id: changed-files
18
19
files: '**/*.md'
.github/workflows/spell_check.yml
@@ -17,7 +17,7 @@ jobs:
- name: Get changed files
20
- uses: tj-actions/changed-files@v45
+ uses: tj-actions/changed-files@v46
21
22
files: |
23
content/blog/**.md
0 commit comments