We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c7748a commit ab5f838Copy full SHA for ab5f838
.github/workflows/terraform.integration.yaml
@@ -31,7 +31,7 @@ jobs:
31
32
- name: Get Changed Files
33
id: changed-files
34
- uses: tj-actions/changed-files@v40
+ uses: tj-actions/changed-files@v41
35
with:
36
files: |
37
modules/**
@@ -40,7 +40,7 @@ jobs:
40
41
- name: Get Changed Directories
42
id: changed-directories
43
44
45
46
.github/workflows/yaml.integration.yaml
@@ -29,7 +29,7 @@ jobs:
29
30
**/*.yaml
0 commit comments