Skip to content

Commit

Permalink
Bump tj-actions/changed-files from 35 to 41 in /.github/workflows
Browse files Browse the repository at this point in the history
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 35 to 41.
- [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@v35...v41)

---
updated-dependencies:
- dependency-name: tj-actions/changed-files
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 5, 2024
1 parent 77e4a52 commit 10312b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-warehouse-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
glob: '*.json'
destination: 'calitp-ci-artifacts/${{github.workflow}}/run_id=${{github.run_id}}/job=${{github.job}}/target/'
# Only do visualization if we actually changed models and we are merging against main
- uses: tj-actions/changed-files@v35
- uses: tj-actions/changed-files@v41
if: ${{ github.event_name == 'pull_request' }}
id: changed-files-warehouse
with:
Expand All @@ -87,7 +87,7 @@ jobs:
needs: [check]
steps:
- uses: actions/checkout@v3
- uses: tj-actions/changed-files@v35
- uses: tj-actions/changed-files@v41
with:
files: |
warehouse/Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-airflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- uses: google-github-actions/setup-gcloud@v2

# Only update requirements if they have changed; Composer throws an error if there are no changes to apply
- uses: tj-actions/changed-files@v35
- uses: tj-actions/changed-files@v41
if: ${{ github.ref == 'refs/heads/main' }}
id: changed-requirements
with:
Expand Down

0 comments on commit 10312b1

Please sign in to comment.