Skip to content

Commit

Permalink
update ci tools versions
Browse files Browse the repository at this point in the history
  • Loading branch information
VladStarr committed Jul 1, 2024
1 parent 4236364 commit be4a507
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
steps:
-
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
-
Expand All @@ -21,14 +21,14 @@ jobs:
steps:
-
name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
-
name: Set up Helm
uses: azure/setup-helm@v3
uses: azure/setup-helm@v4
with:
version: v3.13.3
version: v3.15.2
-
uses: actions/setup-python@v4
with:
Expand Down Expand Up @@ -62,9 +62,9 @@ jobs:
fi
-
name: Create Kubernetes Cluster (kind)
uses: helm/kind-action@v1.8.0
uses: helm/kind-action@v1.10.0
with:
node_image: kindest/node:v1.27.3
node_image: kindest/node:v1.29.5
if: steps.charts.outputs.testing == 'true'
-
name: Install Charts chart-testing
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:
helm repo add bitnami-archive https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.5.0
uses: helm/chart-releaser-action@v1.6.0
with:
charts_dir: dysnix/
env:
Expand Down

0 comments on commit be4a507

Please sign in to comment.