Skip to content

Commit

Permalink
chore(deps): Bump tj-actions/changed-files from 39.0.3 to 39.1.1
Browse files Browse the repository at this point in the history
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 39.0.3 to 39.1.1.
- [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@v39.0.3...v39.1.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 20, 2023
1 parent 2510b75 commit f912d90
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:

- name: Get specific changed files
id: changed-files-specific
uses: tj-actions/changed-files@v39.0.3
uses: tj-actions/changed-files@v39.1.1
with:
files: |
Dockerfile.nextgen
Expand Down Expand Up @@ -177,7 +177,7 @@ jobs:

- name: Get specific changed files
id: changed-files-specific
uses: tj-actions/changed-files@v39.0.3
uses: tj-actions/changed-files@v39.1.1
with:
files: |
Dockerfile.nextgen
Expand Down Expand Up @@ -286,7 +286,7 @@ jobs:

- name: Get specific changed files
id: changed-files-specific
uses: tj-actions/changed-files@v39.0.3
uses: tj-actions/changed-files@v39.1.1
with:
files: |
Dockerfile.nextgen
Expand Down Expand Up @@ -379,7 +379,7 @@ jobs:

- name: Get specific changed files
id: changed-files-specific
uses: tj-actions/changed-files@v39.0.3
uses: tj-actions/changed-files@v39.1.1
with:
files: |
Dockerfile.nextgen
Expand Down Expand Up @@ -479,7 +479,7 @@ jobs:

- name: Get specific changed files
id: changed-files-specific
uses: tj-actions/changed-files@v39.0.3
uses: tj-actions/changed-files@v39.1.1
with:
files: |
Dockerfile.nextgen
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test-pr build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:

- name: Get specific changed files
id: changed-files-specific
uses: tj-actions/changed-files@v39.0.3
uses: tj-actions/changed-files@v39.1.1
with:
files: |
Dockerfile.nextgen
Expand Down Expand Up @@ -144,7 +144,7 @@ jobs:

- name: Get specific changed files
id: changed-files-specific
uses: tj-actions/changed-files@v39.0.3
uses: tj-actions/changed-files@v39.1.1
with:
files: |
Dockerfile.nextgen
Expand All @@ -156,7 +156,7 @@ jobs:
- name: Get status of next file
id: changed-file-nextgen
uses: tj-actions/changed-files@v39.0.3
uses: tj-actions/changed-files@v39.1.1
with:
files: |
Dockerfile.nextgen
Expand Down

0 comments on commit f912d90

Please sign in to comment.