Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Install Helm
uses: azure/[email protected].0
uses: azure/[email protected].1
with:
version: "3.10.1"
- name: Restore Go cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Clone repo
uses: actions/checkout@v4
- name: Install Helm
uses: azure/[email protected].0
uses: azure/[email protected].1
- name: Get GitHub Tag
id: get_tag
run: |
Expand Down
Loading