Skip to content

Commit

Permalink
Bump tj-actions/changed-files from 40 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 40 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@v40...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 2, 2024
1 parent 1e519a6 commit f0e10c3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
fetch-depth: 0 # OR "2" -> To retrieve the preceding commit.
- name: Get changed files in the src folder
id: src-changed
uses: tj-actions/changed-files@v40
uses: tj-actions/changed-files@v41
with:
files: src/**
- name: List src changes
Expand All @@ -46,7 +46,7 @@ jobs:
echo "List all the files that have changed: ${{ steps.src-changed.outputs.all_changed_files }}"
- name: Get changed files in the tests folder
id: tests-changed
uses: tj-actions/changed-files@v40
uses: tj-actions/changed-files@v41
with:
files: tests/**
- name: List tests changes
Expand All @@ -57,7 +57,7 @@ jobs:
- name: Get changed files in the root folder
id: root-changed
uses: tj-actions/changed-files@v40
uses: tj-actions/changed-files@v41
with:
files: |
*.{toml,ini}
Expand All @@ -70,7 +70,7 @@ jobs:
- name: Get changed files in the docs folder
id: docs-changed
uses: tj-actions/changed-files@v40
uses: tj-actions/changed-files@v41
with:
files: docs/**
- name: List docs changes
Expand All @@ -81,7 +81,7 @@ jobs:
- name: Get changed files in the workflows folder
id: workflows-changed
uses: tj-actions/changed-files@v40
uses: tj-actions/changed-files@v41
with:
files: .github/workflows/**
- name: List workflows changes
Expand All @@ -92,7 +92,7 @@ jobs:
- name: Get changed files in the .github folder
id: tools-changed
uses: tj-actions/changed-files@v40
uses: tj-actions/changed-files@v41
with:
files: .github/*.{json,properties}
- name: List tools changes
Expand Down

0 comments on commit f0e10c3

Please sign in to comment.