diff --git a/.github/workflows/charts-release.yaml b/.github/workflows/charts-release.yaml index 750bd65c..94a9f595 100644 --- a/.github/workflows/charts-release.yaml +++ b/.github/workflows/charts-release.yaml @@ -45,7 +45,7 @@ jobs: - name: Get changed library charts id: changed-library-charts if: ${{ github.event_name != 'workflow_dispatch' }} - uses: bjw-s-labs/action-changed-files@b1144fc772fca235a50902c7bb6cc431cc7d8e27 # v0.3.2 + uses: bjw-s-labs/action-changed-files@930cef8463348e168cab7235c47fe95a7a235f65 # v0.3.3 with: path: charts include_only_directories: true @@ -56,7 +56,7 @@ jobs: - name: Get changed library charts id: changed-charts if: ${{ github.event_name != 'workflow_dispatch' }} - uses: bjw-s-labs/action-changed-files@b1144fc772fca235a50902c7bb6cc431cc7d8e27 # v0.3.2 + uses: bjw-s-labs/action-changed-files@930cef8463348e168cab7235c47fe95a7a235f65 # v0.3.3 with: path: charts include_only_directories: true diff --git a/.github/workflows/pr-validate.yaml b/.github/workflows/pr-validate.yaml index bf0d872a..3e046908 100644 --- a/.github/workflows/pr-validate.yaml +++ b/.github/workflows/pr-validate.yaml @@ -38,11 +38,11 @@ jobs: - name: Get all added or modified files id: added-modified-files - uses: bjw-s-labs/action-changed-files@b1144fc772fca235a50902c7bb6cc431cc7d8e27 # v0.3.2 + uses: bjw-s-labs/action-changed-files@930cef8463348e168cab7235c47fe95a7a235f65 # v0.3.3 - name: Get all added or modified charts id: changed-charts - uses: bjw-s-labs/action-changed-files@b1144fc772fca235a50902c7bb6cc431cc7d8e27 # v0.3.2 + uses: bjw-s-labs/action-changed-files@930cef8463348e168cab7235c47fe95a7a235f65 # v0.3.3 with: path: charts include_only_directories: true