Skip to content

Commit

Permalink
feat(github-action)!: Update tj-actions/changed-files action to v45 (#…
Browse files Browse the repository at this point in the history
…2825)

Co-authored-by: layla-bot[bot] <138733633+layla-bot[bot]@users.noreply.github.com>
  • Loading branch information
layla-bot[bot] authored Aug 22, 2024
1 parent 15ff8f3 commit 1ff86c9
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 @@

- 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/flux-image-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

- 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

0 comments on commit 1ff86c9

Please sign in to comment.