Skip to content

Commit

Permalink
feat(github-action)!: Update tj-actions/changed-files action ( v44 → …
Browse files Browse the repository at this point in the history
…v45 )
  • Loading branch information
renovate[bot] authored and prehor committed Sep 3, 2024
1 parent dddf1f5 commit 97a41e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/flux-diff.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,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-image-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,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 97a41e5

Please sign in to comment.