Skip to content

Commit

Permalink
Update actions used in workflow (#103)
Browse files Browse the repository at this point in the history
Signed-off-by: Akshath Kothari <[email protected]>
  • Loading branch information
ricekot authored Dec 21, 2023
1 parent 4d4e03a commit 0776bd3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release-private-chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
token: ${{ secrets.LEVOBOT_TOKEN }}
Expand All @@ -30,14 +30,14 @@ jobs:
env:
GH_TOKEN: ${{ secrets.LEVOBOT_TOKEN }}

- uses: 'google-github-actions/auth@v1'
- uses: 'google-github-actions/auth@v2'
with:
credentials_json: ${{ secrets.GCS_SA_KEY }}

- uses: 'google-github-actions/setup-gcloud@v1'

- name: Install Helm
uses: azure/setup-helm@v1
uses: azure/setup-helm@v3
with:
version: v3.4.0

Expand All @@ -51,7 +51,7 @@ jobs:
helm pull levoai-private/${{ inputs.name }} --version "${{ inputs.version }}"
- name: Release Chart
uses: helm/chart-releaser-action@v1.5.0
uses: helm/chart-releaser-action@v1.6.0
with:
skip_packaging: true
skip_existing: true
Expand Down

0 comments on commit 0776bd3

Please sign in to comment.