Skip to content

Commit 355ba49

Browse files
Bump tj-actions/changed-files from 38 to 39 (#22)
1 parent 14aaad5 commit 355ba49

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/terraform.integration.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
- name: Get Changed Files
3333
id: changed-files
34-
uses: tj-actions/changed-files@v38
34+
uses: tj-actions/changed-files@v39
3535
with:
3636
files: |
3737
modules/**
@@ -40,7 +40,7 @@ jobs:
4040

4141
- name: Get Changed Directories
4242
id: changed-directories
43-
uses: tj-actions/changed-files@v38
43+
uses: tj-actions/changed-files@v39
4444
with:
4545
files: |
4646
modules/**

.github/workflows/yaml.integration.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
- name: Get Changed Files
3131
id: changed-files
32-
uses: tj-actions/changed-files@v38
32+
uses: tj-actions/changed-files@v39
3333
with:
3434
files: |
3535
**/*.yaml

0 commit comments

Comments
 (0)