Skip to content

Commit

Permalink
Update mikefarah/yq action to v4.43.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 24, 2024
1 parent ed74077 commit 4b6cef2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-positive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
echo "path=/github/home/kubeconfig" >> $GITHUB_OUTPUT
- name: Update kubeconfig to work in docker network
uses: mikefarah/yq@v4.42.1
uses: mikefarah/yq@v4.43.1
with:
cmd: yq -i '.clusters[0].cluster.server = "https://k3d-default-server-0:6443"' '/github/home/kubeconfig'

Expand Down

0 comments on commit 4b6cef2

Please sign in to comment.