mirror of
https://github.com/netdata/netdata.git
synced 2025-03-18 06:43:02 +00:00
Bump tj-actions/changed-files from 40 to 41 (#16668)
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](https://github.com/tj-actions/changed-files/compare/v40...v41) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
ed114c8a7d
commit
41296fb913
4 changed files with 4 additions and 4 deletions
.github/workflows
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -34,7 +34,7 @@ jobs:
|
|||
submodules: recursive
|
||||
- name: Check files
|
||||
id: check-files
|
||||
uses: tj-actions/changed-files@v40
|
||||
uses: tj-actions/changed-files@v41
|
||||
with:
|
||||
since_last_remote_commit: ${{ github.event_name != 'pull_request' }}
|
||||
files: |
|
||||
|
|
2
.github/workflows/checks.yml
vendored
2
.github/workflows/checks.yml
vendored
|
@ -25,7 +25,7 @@ jobs:
|
|||
submodules: recursive
|
||||
- name: Check files
|
||||
id: check-files
|
||||
uses: tj-actions/changed-files@v40
|
||||
uses: tj-actions/changed-files@v41
|
||||
with:
|
||||
since_last_remote_commit: ${{ github.event_name != 'pull_request' }}
|
||||
files: |
|
||||
|
|
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
|
@ -31,7 +31,7 @@ jobs:
|
|||
submodules: recursive
|
||||
- name: Check files
|
||||
id: file-check
|
||||
uses: tj-actions/changed-files@v40
|
||||
uses: tj-actions/changed-files@v41
|
||||
with:
|
||||
since_last_remote_commit: ${{ github.event_name != 'pull_request' }}
|
||||
files: |
|
||||
|
|
2
.github/workflows/packaging.yml
vendored
2
.github/workflows/packaging.yml
vendored
|
@ -41,7 +41,7 @@ jobs:
|
|||
submodules: recursive
|
||||
- name: Check files
|
||||
id: file-check
|
||||
uses: tj-actions/changed-files@v40
|
||||
uses: tj-actions/changed-files@v41
|
||||
with:
|
||||
since_last_remote_commit: ${{ github.event_name != 'pull_request' }}
|
||||
files: |
|
||||
|
|
Loading…
Reference in a new issue