Skip to content

Commit

Permalink
Bump tj-actions/changed-files from 37.5.0 to 38.1.0 (#212)
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.5.0 to 38.1.0.
- [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.5.0...v38.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 27, 2023
1 parent 847818d commit bace283
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
# Get changed files
- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@v37.5.2
uses: tj-actions/changed-files@v38.1.0

# Log into ghcr (so we can push images)
- name: Login to ghcr.io
Expand Down
38 changes: 19 additions & 19 deletions .github/workflows/on_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,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@v37.5.2
uses: tj-actions/changed-files@v38.1.0
with:
files: |
Dockerfile.base
Expand Down Expand Up @@ -124,15 +124,15 @@ 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@v37.5.2
uses: tj-actions/changed-files@v38.1.0
# Add dependent dockerfiles below the ${{ env.DOCKERFILE }} entry, one per line
with:
files: |
Dockerfile.python
Dockerfile.base
- name: Get changed status of parent
id: changed-files-parent
uses: tj-actions/changed-files@v37.5.2
uses: tj-actions/changed-files@v38.1.0
# Add dependent dockerfiles, one per line
with:
files: |
Expand Down Expand Up @@ -213,15 +213,15 @@ 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@v37.5.2
uses: tj-actions/changed-files@v38.1.0
# Add dependent dockerfiles below the ${{ env.DOCKERFILE }} entry, one per line
with:
files: |
Dockerfile.rtlsdr
Dockerfile.base
- name: Get changed status of parent
id: changed-files-parent
uses: tj-actions/changed-files@v37.5.2
uses: tj-actions/changed-files@v38.1.0
# Add dependent dockerfiles, one per line
with:
files: |
Expand Down Expand Up @@ -304,15 +304,15 @@ 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@v37.5.2
uses: tj-actions/changed-files@v38.1.0
# Add dependent dockerfiles below the ${{ env.DOCKERFILE }} entry, one per line
with:
files: |
Dockerfile.readsb-netonly
Dockerfile.base
- name: Get changed status of parent
id: changed-files-parent
uses: tj-actions/changed-files@v37.5.2
uses: tj-actions/changed-files@v38.1.0
# Add dependent dockerfiles, one per line
with:
files: |
Expand Down Expand Up @@ -395,7 +395,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@v37.5.2
uses: tj-actions/changed-files@v38.1.0
# Add dependent dockerfiles below the ${{ env.DOCKERFILE }} entry, one per line
with:
files: |
Expand All @@ -404,7 +404,7 @@ jobs:
Dockerfile.rtlsdr
- name: Get changed status of parent
id: changed-files-parent
uses: tj-actions/changed-files@v37.5.2
uses: tj-actions/changed-files@v38.1.0
# Add dependent dockerfiles, one per line
with:
files: |
Expand Down Expand Up @@ -488,7 +488,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@v37.5.2
uses: tj-actions/changed-files@v38.1.0
# Add dependent dockerfiles below the ${{ env.DOCKERFILE }} entry, one per line
with:
files: |
Expand All @@ -497,7 +497,7 @@ jobs:
Dockerfile.rtlsdr
- name: Get changed status of parent
id: changed-files-parent
uses: tj-actions/changed-files@v37.5.2
uses: tj-actions/changed-files@v38.1.0
# Add dependent dockerfiles, one per line
with:
files: |
Expand Down Expand Up @@ -581,7 +581,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@v37.5.2
uses: tj-actions/changed-files@v38.1.0
# Add dependent dockerfiles below the ${{ env.DOCKERFILE }} entry, one per line
with:
files: |
Expand All @@ -590,7 +590,7 @@ jobs:
Dockerfile.rtlsdr
- name: Get changed status of parent
id: changed-files-parent
uses: tj-actions/changed-files@v37.5.2
uses: tj-actions/changed-files@v38.1.0
# Add dependent dockerfiles, one per line
with:
files: |
Expand Down Expand Up @@ -674,7 +674,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@v37.5.2
uses: tj-actions/changed-files@v38.1.0
with:
files: |
Dockerfile.dump978-full
Expand All @@ -683,7 +683,7 @@ jobs:
Dockerfile.soapyrtlsdr
- name: Get changed status of parent
id: changed-files-parent
uses: tj-actions/changed-files@v37.5.2
uses: tj-actions/changed-files@v38.1.0
# Add dependent dockerfiles, one per line
with:
files: |
Expand Down Expand Up @@ -768,14 +768,14 @@ 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@v37.5.2
uses: tj-actions/changed-files@v38.1.0
with:
files: |
Dockerfile.wreadsb
Dockerfile.base
- name: Get changed status of parent
id: changed-files-parent
uses: tj-actions/changed-files@v37.5.2
uses: tj-actions/changed-files@v38.1.0
# Add dependent dockerfiles, one per line
with:
files: |
Expand Down Expand Up @@ -858,15 +858,15 @@ 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@v37.5.2
uses: tj-actions/changed-files@v38.1.0
# Add dependent dockerfiles below the ${{ env.DOCKERFILE }} entry, one per line
with:
files: |
Dockerfile.qemu
Dockerfile.base
- name: Get changed status of parent
id: changed-files-parent
uses: tj-actions/changed-files@v37.5.2
uses: tj-actions/changed-files@v38.1.0
# Add dependent dockerfiles, one per line
with:
files: |
Expand Down

0 comments on commit bace283

Please sign in to comment.