Skip to content

Commit

Permalink
Merge pull request #31 from kube-logging/dependabot/github_actions/he…
Browse files Browse the repository at this point in the history
…lm/kind-action-1.8.0

chore(deps): Bump helm/kind-action from 1.7.0 to 1.8.0
  • Loading branch information
pepov authored Jul 14, 2023
2 parents 7c27896 + ebe2225 commit df93969
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
echo "image=$NODE_IMAGE" >> $GITHUB_OUTPUT
- name: Create KinD cluster
uses: helm/kind-action@v1.7.0
uses: helm/kind-action@v1.8.0
with:
version: v0.17.0
node_image: ${{ steps.node_image.outputs.image }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/manual.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
echo "image=$NODE_IMAGE" >> $GITHUB_OUTPUT
- name: Create KinD cluster
uses: helm/kind-action@v1.7.0
uses: helm/kind-action@v1.8.0
with:
version: v0.17.0
node_image: ${{ steps.node_image.outputs.image }}
Expand Down

0 comments on commit df93969

Please sign in to comment.