Skip to content

Commit

Permalink
fix: update actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
BrendanGalloway committed Feb 26, 2024
1 parent 6c143b8 commit 17754f0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/helm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Set up Helm
uses: azure/setup-helm@v1
uses: azure/setup-helm@v4
with:
version: v3.5.0
version: v3.8.0
- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: 3.7
- name: Set up chart-testing
Expand All @@ -40,7 +40,7 @@ jobs:
(github.repository == 'sefaria/LLM')
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
# Fetch entire history. Required for chart-releaser; see https://github.com/helm/chart-releaser-action/issues/13#issuecomment-602063896
fetch-depth: 0
Expand Down
1 change: 0 additions & 1 deletion chart/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{
"name": "chart"
}

0 comments on commit 17754f0

Please sign in to comment.