diff --git a/.github/workflows/increase_version.yml b/.github/workflows/increase_version.yml index f0a261b..19eda2e 100644 --- a/.github/workflows/increase_version.yml +++ b/.github/workflows/increase_version.yml @@ -25,7 +25,7 @@ jobs: - name: Get changed files in the charts folder id: changed-files-specific - uses: tj-actions/changed-files@v40 + uses: tj-actions/changed-files@v45 with: files: charts/** diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1915a55..0475b24 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,7 +35,7 @@ jobs: - name: Get changed files in the charts folder id: changed-files-specific - uses: tj-actions/changed-files@v40 + uses: tj-actions/changed-files@v45 with: files: charts diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index ec9a119..47586b5 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -42,7 +42,7 @@ jobs: - name: Get changed files in the charts folder id: changed-files-specific - uses: tj-actions/changed-files@v40 + uses: tj-actions/changed-files@v45 with: files: charts/**