Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/github_actions/actions/upload-a…
Browse files Browse the repository at this point in the history
…rtifact-4.3.3
  • Loading branch information
AbdelrhmanHamouda committed Jul 4, 2024
2 parents 2c14b96 + 3eb5665 commit 1b81d8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
distribution: temurin

- name: Validate Gradle wrapper
uses: gradle/wrapper-validation-action@v1.1.0
uses: gradle/wrapper-validation-action@v3.4.2

- name: Build
uses: gradle/gradle-build-action@v3.4.2
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
run: ct lint --target-branch ${{ github.event.repository.default_branch }} --config .github/ct.yaml

- name: Create kind cluster
uses: helm/kind-action@v1.8.0
uses: helm/kind-action@v1.10.0
if: steps.list-changed.outputs.changed == 'true'

- name: Run chart-testing (install)
Expand Down

0 comments on commit 1b81d8d

Please sign in to comment.