Skip to content

Commit

Permalink
build(deps): bump tj-actions/changed-files from 44.1.0 to 44.3.0 (lin…
Browse files Browse the repository at this point in the history
…kerd#12468)

Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 44.1.0 to 44.3.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@e052d30...0874344)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Mark S <[email protected]>
  • Loading branch information
dependabot[bot] authored and the-wondersmith committed Apr 22, 2024
1 parent ba45cdc commit 9c4376c
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@9bb56186c3b09b4f86b1c65136769dd318469633
- uses: tj-actions/changed-files@e052d30e1c0bdf27cd806b01ca3b393f47b50c62
- uses: tj-actions/changed-files@0874344d6ebbaa00a27da73276ae7162fadcaf69
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@9bb56186c3b09b4f86b1c65136769dd318469633
- id: tag
run: echo "tag=$(CI_FORCE_CLEAN=1 bin/root-tag)" >> "$GITHUB_OUTPUT"
- uses: tj-actions/changed-files@e052d30e1c0bdf27cd806b01ca3b393f47b50c62
- uses: tj-actions/changed-files@0874344d6ebbaa00a27da73276ae7162fadcaf69
id: core
with:
files: |
Expand All @@ -45,7 +45,7 @@ jobs:
.devcontainer/**
**/Chart.yaml
**/README*
- uses: tj-actions/changed-files@e052d30e1c0bdf27cd806b01ca3b393f47b50c62
- uses: tj-actions/changed-files@0874344d6ebbaa00a27da73276ae7162fadcaf69
id: policy
with:
files: |
Expand All @@ -61,7 +61,7 @@ jobs:
files_ignore: |
**/Chart.yaml
**/README*
- uses: tj-actions/changed-files@e052d30e1c0bdf27cd806b01ca3b393f47b50c62
- uses: tj-actions/changed-files@0874344d6ebbaa00a27da73276ae7162fadcaf69
id: multicluster
with:
files: |
Expand All @@ -73,7 +73,7 @@ jobs:
files_ignore: |
**/Chart.yaml
**/README*
- uses: tj-actions/changed-files@e052d30e1c0bdf27cd806b01ca3b393f47b50c62
- uses: tj-actions/changed-files@0874344d6ebbaa00a27da73276ae7162fadcaf69
id: viz
with:
files: |
Expand Down

0 comments on commit 9c4376c

Please sign in to comment.