Skip to content

Commit

Permalink
build(deps): bump tj-actions/changed-files from 44.0.0 to 44.0.1 (#12419
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.0.0 to 44.0.1.
- [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@2d756ea...635f118)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Apr 10, 2024
1 parent 47d18af commit 7d7bd32
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@2d756ea4c53f7f6b397767d8723b3a10a9f35bf2
- uses: tj-actions/changed-files@635f118699dd888d737c15018cd30aff2e0274f8
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@2d756ea4c53f7f6b397767d8723b3a10a9f35bf2
- uses: tj-actions/changed-files@635f118699dd888d737c15018cd30aff2e0274f8
id: core
with:
files: |
Expand All @@ -45,7 +45,7 @@ jobs:
.devcontainer/**
**/Chart.yaml
**/README*
- uses: tj-actions/changed-files@2d756ea4c53f7f6b397767d8723b3a10a9f35bf2
- uses: tj-actions/changed-files@635f118699dd888d737c15018cd30aff2e0274f8
id: policy
with:
files: |
Expand All @@ -61,7 +61,7 @@ jobs:
files_ignore: |
**/Chart.yaml
**/README*
- uses: tj-actions/changed-files@2d756ea4c53f7f6b397767d8723b3a10a9f35bf2
- uses: tj-actions/changed-files@635f118699dd888d737c15018cd30aff2e0274f8
id: multicluster
with:
files: |
Expand All @@ -73,7 +73,7 @@ jobs:
files_ignore: |
**/Chart.yaml
**/README*
- uses: tj-actions/changed-files@2d756ea4c53f7f6b397767d8723b3a10a9f35bf2
- uses: tj-actions/changed-files@635f118699dd888d737c15018cd30aff2e0274f8
id: viz
with:
files: |
Expand Down

0 comments on commit 7d7bd32

Please sign in to comment.