Skip to content

Commit

Permalink
build(deps): bump tj-actions/changed-files from 37.1.1 to 37.1.2 (#184)
Browse files Browse the repository at this point in the history
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 37.1.1 to 37.1.2.
- [Release notes](https://github.com/tj-actions/changed-files/releases)
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
- [Commits](tj-actions/changed-files@v37.1.1...v37.1.2)

---
updated-dependencies:
- dependency-name: tj-actions/changed-files
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 15, 2023
1 parent f632cf7 commit 0346bf4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/terraform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@v3
- name: Get changed files
id: changed-files
uses: tj-actions/[email protected].1
uses: tj-actions/[email protected].2
with:
files: terraform/backbone/**/*.tf
- name: Terraform
Expand All @@ -37,7 +37,7 @@ jobs:
uses: actions/checkout@v3
- name: Get changed files
id: changed-files
uses: tj-actions/[email protected].1
uses: tj-actions/[email protected].2
with:
files: terraform/prod/**/*.tf
- name: Terraform
Expand Down

0 comments on commit 0346bf4

Please sign in to comment.