Skip to content
This repository has been archived by the owner on Jan 31, 2024. It is now read-only.

Update andstor/file-existence-action action to v3 #266

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/next_version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,13 @@ jobs:

- name: "Check Dockerfile existence"
id: check_dockerfile
uses: andstor/file-existence-action@v2
uses: andstor/file-existence-action@v3
with:
files: "${{ inputs.component }}/Dockerfile"

- name: "Check Helm Chart existence"
id: check_helm_chart
uses: andstor/file-existence-action@v2
uses: andstor/file-existence-action@v3
with:
files: "${{ inputs.component }}/helm/Chart.yaml"

Expand Down