Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Renovate Update tj-actions/changed-files digest to ef7202d #3034

Merged
merged 2 commits into from
Jan 7, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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@515a6b35d1d0948f7da6d5cdb347ed1600859795
uses: tj-actions/changed-files@ef7202db4d23bd79d2fb79d667a7a43ddb08b783
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@515a6b35d1d0948f7da6d5cdb347ed1600859795
uses: tj-actions/changed-files@ef7202db4d23bd79d2fb79d667a7a43ddb08b783
with:
files: |
service-admin/**
- name: get changed files in the terraform folder
id: changed-files-terraform
uses: tj-actions/changed-files@515a6b35d1d0948f7da6d5cdb347ed1600859795
uses: tj-actions/changed-files@ef7202db4d23bd79d2fb79d667a7a43ddb08b783
with:
files: |
terraform/**
- name: get changed docs files in any folder
id: changed-files-docs
uses: tj-actions/changed-files@515a6b35d1d0948f7da6d5cdb347ed1600859795
uses: tj-actions/changed-files@ef7202db4d23bd79d2fb79d667a7a43ddb08b783
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@515a6b35d1d0948f7da6d5cdb347ed1600859795
uses: tj-actions/changed-files@ef7202db4d23bd79d2fb79d667a7a43ddb08b783
with:
files: |
service-admin/**
- name: get changed files in the terraform folder
id: changed-files-terraform
uses: tj-actions/changed-files@515a6b35d1d0948f7da6d5cdb347ed1600859795
uses: tj-actions/changed-files@ef7202db4d23bd79d2fb79d667a7a43ddb08b783
with:
files: |
terraform/**
Expand Down
Loading