ci(github-action): update bjw-s-labs/action-changed-files ( v0.3.2 → v0.3.3 )

| datasource  | package                         | from   | to     |
| ----------- | ------------------------------- | ------ | ------ |
| github-tags | bjw-s-labs/action-changed-files | v0.3.2 | v0.3.3 |
This commit is contained in:
lab-assistant[bot] 2025-05-15 20:24:46 +00:00 committed by GitHub
parent 5888412bfc
commit 1e210f43e3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -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