8000 chore(deps): bump tj-actions/changed-files in the github-actions grou… · axios/axios@1e6632c · GitHub
[go: up one dir, main page]

Skip to content

Commit 1e6632c

Browse files
chore(deps): bump tj-actions/changed-files in the github-actions group (#6838)
Bumps the github-actions group with 1 update: [tj-actions/changed-files](https://github.com/tj-actions/changed-files). Updates `tj-actions/changed-files` from 45 to 46 - [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@v45...v46) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 39ec206 commit 1e6632c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,15 @@ jobs:
3232
persist-credentials: true
3333
- name: Get changed files
3434
id: changed-files
35-
uses: tj-actions/changed-files@v45
35+
uses: tj-actions/changed-files@v46
3636
- name: List all changed files
3737
run: |
3838
for file in ${{ steps.changed-files.outputs.all_changed_files }}; do
3939
echo "$file was changed"
4040
done
4141
- name: Check changes
4242
id: changed-ignored
43-
uses: tj-actions/changed-files@v45
43+
uses: tj-actions/changed-files@v46
4444
with:
4545
files: |
4646
**.md

0 commit comments

Comments
 (0)
0