We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c4a13d commit 547d573Copy full SHA for 547d573
.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@v43
+ uses: tj-actions/changed-files@v44
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