mirror of
https://github.com/bjw-s-labs/helm-charts.git
synced 2025-07-03 00:27:04 +02:00
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:
parent
5888412bfc
commit
1e210f43e3
2 changed files with 4 additions and 4 deletions
4
.github/workflows/charts-release.yaml
vendored
4
.github/workflows/charts-release.yaml
vendored
|
@ -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
|
||||
|
|
4
.github/workflows/pr-validate.yaml
vendored
4
.github/workflows/pr-validate.yaml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue