Skip to content

Commit

Permalink
ci: upgrade workflow dependencies (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
hgiasac authored Feb 26, 2024
1 parent 40a1673 commit 1b13a96
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,11 @@ jobs:
fetch-depth: 0
ref: ${{ github.event.inputs.branch }}

- uses: nrwl/nx-set-shas@v4
id: main_branch
with:
main-branch-name: ${{ github.event.inputs.base-branch }}
workflow-id: "lint-test.yaml"

- name: Get list of changed charts
id: list-changed-charts
uses: tj-actions/changed-files@v40
uses: tj-actions/changed-files@v42
with:
base_sha: ${{ steps.main_branch.outputs.base }}
base_sha: ${{ github.event.inputs.base-branch }}
files: charts/*/Chart.yaml

generate-charts-changelog:
Expand Down Expand Up @@ -112,7 +106,7 @@ jobs:
done
- name: Stash generated charts changelog files
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: charts-generated-changelog
path: |
Expand All @@ -135,7 +129,7 @@ jobs:
ref: ${{ github.event.inputs.branch }}

- name: Unstash generated charts changelog files
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: charts-generated-changelog
path: charts
Expand All @@ -146,7 +140,7 @@ jobs:
git config user.email "[email protected]"
- name: Install Helm
uses: azure/setup-helm@v3
uses: azure/setup-helm@v4.0.0

- name: Add dependencies
run: |
Expand All @@ -172,7 +166,7 @@ jobs:
ref: ${{ github.event.inputs.branch }}

- name: Unstash generated charts changelog files
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: charts-generated-changelog
path: charts
Expand Down

0 comments on commit 1b13a96

Please sign in to comment.