Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump tj-actions/changed-files from 39.1.1 to 39.1.2 #232

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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@v39.1.1
uses: tj-actions/changed-files@v39.1.2

# 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@v39.1.1
uses: tj-actions/changed-files@v39.1.2
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@v39.1.1
uses: tj-actions/changed-files@v39.1.2
# 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@v39.1.1
uses: tj-actions/changed-files@v39.1.2
# 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@v39.1.1
uses: tj-actions/changed-files@v39.1.2
# 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@v39.1.1
uses: tj-actions/changed-files@v39.1.2
# 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@v39.1.1
uses: tj-actions/changed-files@v39.1.2
# 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@v39.1.1
uses: tj-actions/changed-files@v39.1.2
# 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@v39.1.1
uses: tj-actions/changed-files@v39.1.2
# 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@v39.1.1
uses: tj-actions/changed-files@v39.1.2
# 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@v39.1.1
uses: tj-actions/changed-files@v39.1.2
# 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@v39.1.1
uses: tj-actions/changed-files@v39.1.2
# 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@v39.1.1
uses: tj-actions/changed-files@v39.1.2
# 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@v39.1.1
uses: tj-actions/changed-files@v39.1.2
# 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@v39.1.1
uses: tj-actions/changed-files@v39.1.2
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@v39.1.1
uses: tj-actions/changed-files@v39.1.2
# 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@v39.1.1
uses: tj-actions/changed-files@v39.1.2
with:
files: |
Dockerfile.wreadsb
Dockerfile.base
- name: Get changed status of parent
id: changed-files-parent
uses: tj-actions/changed-files@v39.1.1
uses: tj-actions/changed-files@v39.1.2
# 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@v39.1.1
uses: tj-actions/changed-files@v39.1.2
# 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@v39.1.1
uses: tj-actions/changed-files@v39.1.2
# Add dependent dockerfiles, one per line
with:
files: |
Expand Down