Skip to content

Commit

Permalink
Merge pull request #146 from coredns/dep_bump
Browse files Browse the repository at this point in the history
Bump action dependencies
  • Loading branch information
hagaibarel authored Oct 31, 2023
2 parents d1c11ad + ac54031 commit badf60b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Set up Helm
uses: azure/[email protected]
with:
version: v3.12.3
version: v3.13.1

- name: Add Helm repo
run: |
Expand All @@ -26,7 +26,7 @@ jobs:
python-version: '3.10'

- name: Set up chart-testing
uses: helm/chart-testing-action@v2.4.0
uses: helm/chart-testing-action@v2.6.0

- name: Run chart-testing (list-changed)
id: list-changed
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Set up Helm
uses: azure/[email protected]
with:
version: v3.12.3
version: v3.13.1

- name: Run chart-releaser
uses: helm/[email protected]
Expand Down

0 comments on commit badf60b

Please sign in to comment.