From 1e210f43e328e9cc17abf4ce90bc90f011853ef9 Mon Sep 17 00:00:00 2001 From: "lab-assistant[bot]" <180935599+lab-assistant[bot]@users.noreply.github.com> Date: Thu, 15 May 2025 20:24:46 +0000 Subject: [PATCH] =?UTF-8?q?ci(github-action):=20update=20bjw-s-labs/action?= =?UTF-8?q?-changed-files=20(=20v0.3.2=20=E2=86=92=20v0.3.3=20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit | datasource | package | from | to | | ----------- | ------------------------------- | ------ | ------ | | github-tags | bjw-s-labs/action-changed-files | v0.3.2 | v0.3.3 | --- .github/workflows/charts-release.yaml | 4 ++-- .github/workflows/pr-validate.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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