Skip to content

Commit

Permalink
Update nick-fields/assert-action action to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 15, 2024
1 parent bfabd9d commit a35f3e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ jobs:
printf "::set-output name=cnt::%s" $(cat ~/.kube/config)
kubeconfig: ${{ steps.kubeconfig.outputs.kubeconfig }}
- name: "Assert kubeconfig really contains: junk"
uses: nick-fields/assert-action@v1
uses: nick-fields/assert-action@v2
with:
expected: junk
actual: ${{ steps.getkubeconfigcontents.outputs.cnt }}
Expand Down

0 comments on commit a35f3e1

Please sign in to comment.