Skip to content

Commit

Permalink
Bump tj-actions/changed-files from 45.0.5 to 45.0.6
Browse files Browse the repository at this point in the history
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 45.0.5 to 45.0.6.
- [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@v45.0.5...v45.0.6)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 18, 2025
1 parent ef6841e commit deb8df2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/on_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -652,7 +652,7 @@ jobs:
# List of files to check to trigger a rebuild on this job
- name: Get specific changed files
id: changed-files-specific
uses: tj-actions/changed-files@v45.0.5
uses: tj-actions/changed-files@v45.0.6
# Add dependent dockerfiles below the ${{ env.DOCKERFILE }} entry, one per line
with:
files: |
Expand All @@ -663,7 +663,7 @@ jobs:
Dockerfile.acars-decoder-soapy
- name: Get changed status of parent
id: changed-files-parent
uses: tj-actions/changed-files@v45.0.5
uses: tj-actions/changed-files@v45.0.6
# Add dependent dockerfiles, one per line
with:
files: |
Expand Down Expand Up @@ -843,7 +843,7 @@ jobs:
# List of files to check to trigger a rebuild on this job
- name: Get specific changed files
id: changed-files-specific
uses: tj-actions/changed-files@v45.0.5
uses: tj-actions/changed-files@v45.0.6
# Add dependent dockerfiles below the ${{ env.DOCKERFILE }} entry, one per line
with:
files: |
Expand All @@ -853,7 +853,7 @@ jobs:
Dockerfile.soapy-full
- name: Get changed status of parent
id: changed-files-parent
uses: tj-actions/changed-files@v45.0.5
uses: tj-actions/changed-files@v45.0.6
# Add dependent dockerfiles, one per line
with:
files: |
Expand Down

0 comments on commit deb8df2

Please sign in to comment.