Skip to content

Commit

Permalink
Renovate Update tj-actions/changed-files digest to 515a6b3 (#3010)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 16, 2024
1 parent fcb88b2 commit a89992c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/path-to-live.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

- name: get changed docs files in any folder
id: changed-files-docs
uses: tj-actions/changed-files@ac47125d2d05ea616734c7e19a125149a325d43f
uses: tj-actions/changed-files@515a6b35d1d0948f7da6d5cdb347ed1600859795
with:
files: |
**/*.md
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pull-request-path.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,19 +50,19 @@ jobs:

- name: get changed files in the admin folder
id: changed-files-admin
uses: tj-actions/changed-files@ac47125d2d05ea616734c7e19a125149a325d43f
uses: tj-actions/changed-files@515a6b35d1d0948f7da6d5cdb347ed1600859795
with:
files: |
service-admin/**
- name: get changed files in the terraform folder
id: changed-files-terraform
uses: tj-actions/changed-files@ac47125d2d05ea616734c7e19a125149a325d43f
uses: tj-actions/changed-files@515a6b35d1d0948f7da6d5cdb347ed1600859795
with:
files: |
terraform/**
- name: get changed docs files in any folder
id: changed-files-docs
uses: tj-actions/changed-files@ac47125d2d05ea616734c7e19a125149a325d43f
uses: tj-actions/changed-files@515a6b35d1d0948f7da6d5cdb347ed1600859795
with:
files: |
**/*.md
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/workflow-deploy-ref-to-env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,13 @@ jobs:

- name: get changed files in the admin folder
id: changed-files-admin
uses: tj-actions/changed-files@ac47125d2d05ea616734c7e19a125149a325d43f
uses: tj-actions/changed-files@515a6b35d1d0948f7da6d5cdb347ed1600859795
with:
files: |
service-admin/**
- name: get changed files in the terraform folder
id: changed-files-terraform
uses: tj-actions/changed-files@ac47125d2d05ea616734c7e19a125149a325d43f
uses: tj-actions/changed-files@515a6b35d1d0948f7da6d5cdb347ed1600859795
with:
files: |
terraform/**
Expand Down

0 comments on commit a89992c

Please sign in to comment.