Skip to content

Commit

Permalink
chore(deps): 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 37 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@v37...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 and HoreKk committed May 6, 2024
1 parent 6f518dd commit 112a0cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ jobs:

- name: Get changed files in docker for elasticsearch
id: check-files-elasticsearch
uses: tj-actions/changed-files@v37
uses: tj-actions/changed-files@v41
with:
files: docker/elasticsearch

- name: Get changed files in docker for kibana
id: check-files-kibana
uses: tj-actions/changed-files@v37
uses: tj-actions/changed-files@v41
with:
files: docker/kibana

Expand Down

0 comments on commit 112a0cb

Please sign in to comment.