Skip to content

Commit

Permalink
manually update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrashed committed Jan 11, 2024
1 parent 2b4c109 commit 6b3d033
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/chart-lint-test-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
if: github.ref == 'refs/heads/main'
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand All @@ -82,8 +82,7 @@ jobs:
done
- name: Run chart-releaser
# TODO pin version here once https://github.com/helm/chart-releaser-action/pull/134 is released
uses: helm/chart-releaser-action@main
uses: helm/[email protected]
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
with:
Expand Down

0 comments on commit 6b3d033

Please sign in to comment.