Skip to content

Commit

Permalink
build(deps): bump tj-actions/changed-files from 44.3.0 to 44.4.0
Browse files Browse the repository at this point in the history
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 44.3.0 to 44.4.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@0874344...a29e8b5)

---
updated-dependencies:
- dependency-name: tj-actions/changed-files
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 13, 2024
1 parent ad49cd1 commit e55dd64
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
- uses: tj-actions/changed-files@0874344d6ebbaa00a27da73276ae7162fadcaf69
- uses: tj-actions/changed-files@a29e8b565651ce417abb5db7164b4a2ad8b6155c
id: changed
with:
files: |
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
- id: tag
run: echo "tag=$(CI_FORCE_CLEAN=1 bin/root-tag)" >> "$GITHUB_OUTPUT"
- uses: tj-actions/changed-files@0874344d6ebbaa00a27da73276ae7162fadcaf69
- uses: tj-actions/changed-files@a29e8b565651ce417abb5db7164b4a2ad8b6155c
id: core
with:
files: |
Expand All @@ -45,7 +45,7 @@ jobs:
.devcontainer/**
**/Chart.yaml
**/README*
- uses: tj-actions/changed-files@0874344d6ebbaa00a27da73276ae7162fadcaf69
- uses: tj-actions/changed-files@a29e8b565651ce417abb5db7164b4a2ad8b6155c
id: policy
with:
files: |
Expand All @@ -61,7 +61,7 @@ jobs:
files_ignore: |
**/Chart.yaml
**/README*
- uses: tj-actions/changed-files@0874344d6ebbaa00a27da73276ae7162fadcaf69
- uses: tj-actions/changed-files@a29e8b565651ce417abb5db7164b4a2ad8b6155c
id: multicluster
with:
files: |
Expand All @@ -73,7 +73,7 @@ jobs:
files_ignore: |
**/Chart.yaml
**/README*
- uses: tj-actions/changed-files@0874344d6ebbaa00a27da73276ae7162fadcaf69
- uses: tj-actions/changed-files@a29e8b565651ce417abb5db7164b4a2ad8b6155c
id: viz
with:
files: |
Expand Down

0 comments on commit e55dd64

Please sign in to comment.