Skip to content

Commit

Permalink
Bump tj-actions/changed-files 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 34.5.3 to 41.0.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@v34.5.3...v41.0.0)

---
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 and pwittich committed Feb 4, 2024
1 parent 6e5379e commit dfc1773
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
uses: actions/checkout@v3
- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@v34.5.3
uses: tj-actions/changed-files@v41.0.0
with:
files_ignore: |
**/*.yml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/format-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
echo "base_sha=$(git rev-parse "$(git merge-base origin/master "$(git rev-parse --abbrev-ref HEAD )")") >> $GITHUB_OUTPUT"
- name: Get changed files from origin/master
id: changed-files
uses: tj-actions/changed-files@v35
uses: tj-actions/changed-files@v41.0.0
with:
base_sha: ${{ steps.get-base-sha.outputs.base_sha }}
files_ignore: |
Expand Down

0 comments on commit dfc1773

Please sign in to comment.