Skip to content

Commit

Permalink
Merge pull request #5 from neticdk/debug-actions
Browse files Browse the repository at this point in the history
github actions update external actions
  • Loading branch information
netic-rkm authored Jan 10, 2024
2 parents dd59d1e + ab2203f commit 6479736
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
fetch-depth: 0

#
# Generated files
#
- uses: actions/setup-go@v2
- uses: actions/setup-go@v5
with:
go-version: '1.17.2'

Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
- name: Install Helm
uses: azure/setup-helm@v1
uses: azure/setup-helm@v3
with:
version: v3.7.2

Expand All @@ -56,6 +56,8 @@ jobs:
shell: bash

- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.2.1
uses: helm/chart-releaser-action@v1.6.0
with:
charts_dir: ./
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit 6479736

Please sign in to comment.