Skip to content

Commit

Permalink
chore(deps): update tj-actions/changed-files action to v44 (#41)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 27, 2024
1 parent fddb2b3 commit e94043d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@v43
uses: tj-actions/changed-files@v44

- run: |
echo "id=$(git merge-base $GITHUB_EVENT_PULL_REQUEST_BASE_SHA $GITHUB_SHA)" >> $GITHUB_OUTPUT
Expand All @@ -55,7 +55,7 @@ jobs:

- name: Get changed files in the .github folder
id: changed-files-specific
uses: tj-actions/changed-files@v43
uses: tj-actions/changed-files@v44
with:
files: .github/**

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/multi-job-rest-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@v43
uses: tj-actions/changed-files@v44
- name: List all changed files
run: echo '${{ steps.changed-files.outputs.all_changed_files }}'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@v43
uses: tj-actions/changed-files@v44

- name: Show output
run: |
Expand All @@ -40,7 +40,7 @@ jobs:

- name: Get changed files in the .github folder
id: changed-files-specific
uses: tj-actions/changed-files@v43
uses: tj-actions/changed-files@v44
with:
files: .github/**

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/workflow-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@v43
uses: tj-actions/changed-files@v44
with:
base_sha: ${{ steps.get-tag.outputs.previous_tag }}
sha: ${{ github.event.workflow_run.head_branch }}
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@v43
uses: tj-actions/changed-files@v44
with:
base_sha: ${{ steps.get-tag.outputs.previous_tag }}
sha: ${{ github.event.workflow_run.head_branch }}
Expand Down

0 comments on commit e94043d

Please sign in to comment.