Skip to content

Commit

Permalink
Merge branch 'main' into UML-3628-template-refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
SeemaMenon authored Dec 9, 2024
2 parents 1249aeb + 5357170 commit b702290
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/_build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:

- name: cache node modules
id: cache-npm
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
env:
cache-name: cache-node-modules
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_node-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
node-version-file: '.nvmrc'
- name: cache node modules
id: cache-npm
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # [email protected]
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # [email protected]
env:
cache-name: cache-node-modules
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_node-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
node-version-file: '.nvmrc'
- name: cache node modules
id: cache-npm
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # [email protected]
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # [email protected]
env:
cache-name: cache-node-modules
with:
Expand Down
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@657a3f914f8c3dc9d8e541c1c2173057072d94f1
uses: tj-actions/changed-files@ef3b6f1fa5eccdc95d915ec0f87a16535a73d0ca
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@657a3f914f8c3dc9d8e541c1c2173057072d94f1
uses: tj-actions/changed-files@ef3b6f1fa5eccdc95d915ec0f87a16535a73d0ca
with:
files: |
service-admin/**
- name: get changed files in the terraform folder
id: changed-files-terraform
uses: tj-actions/changed-files@657a3f914f8c3dc9d8e541c1c2173057072d94f1
uses: tj-actions/changed-files@ef3b6f1fa5eccdc95d915ec0f87a16535a73d0ca
with:
files: |
terraform/**
- name: get changed docs files in any folder
id: changed-files-docs
uses: tj-actions/changed-files@657a3f914f8c3dc9d8e541c1c2173057072d94f1
uses: tj-actions/changed-files@ef3b6f1fa5eccdc95d915ec0f87a16535a73d0ca
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@657a3f914f8c3dc9d8e541c1c2173057072d94f1
uses: tj-actions/changed-files@ef3b6f1fa5eccdc95d915ec0f87a16535a73d0ca
with:
files: |
service-admin/**
- name: get changed files in the terraform folder
id: changed-files-terraform
uses: tj-actions/changed-files@657a3f914f8c3dc9d8e541c1c2173057072d94f1
uses: tj-actions/changed-files@ef3b6f1fa5eccdc95d915ec0f87a16535a73d0ca
with:
files: |
terraform/**
Expand Down

0 comments on commit b702290

Please sign in to comment.