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 08f90eb commit 25d6fbaCopy full SHA for 25d6fba
.github/workflows/lint.yml
@@ -22,7 +22,7 @@ jobs:
22
23
- name: Get changed files
24
id: changed-files
25
- uses: tj-actions/changed-files@v46
+ uses: tj-actions/changed-files@v47
26
27
- name: "Show which files we check"
28
shell: bash {0}
.github/workflows/unit-tests.yml
@@ -31,7 +31,7 @@ jobs:
31
32
33
34
35
with:
36
files: |
37
tests/*.conf
0 commit comments