Skip to content

Commit

Permalink
feat(github-action)!: Update tj-actions/changed-files
Browse files Browse the repository at this point in the history
  • Loading branch information
mahoro-bot[bot] authored Jan 4, 2025
1 parent f8d6832 commit fe8f56d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/flux-diff.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

- name: Get Changed Clusters
id: changed-clusters
uses: tj-actions/changed-files@v44
uses: tj-actions/changed-files@v45
with:
files: kubernetes/**
dir_names: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/flux-hr-sync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- if: ${{ github.event.inputs.clusterName == '' && github.event.inputs.helmRepoNamespace == '' && github.event.inputs.helmRepoName == '' }}
name: Get Changed Files
id: changed-files
uses: tj-actions/changed-files@v44
uses: tj-actions/changed-files@v45
with:
files: kubernetes/**/helmrelease.yaml
safe_output: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-terraform-oci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
brew install jo
- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@c65cd883420fd2eb864698a825fc4162dd94482c # v44.5.7
uses: tj-actions/changed-files@d6e91a2266cdb9d62096cebf1e8546899c6aa18f # v45.0.6
with:
dir_names: true
dir_names_max_depth: 3
Expand Down

0 comments on commit fe8f56d

Please sign in to comment.