From 84efc786d4d250c212c1e4aaac25e6d2b7463b08 Mon Sep 17 00:00:00 2001 From: Marc Brugger Date: Mon, 25 Nov 2024 06:51:45 +0100 Subject: [PATCH] chore(deps): update dcarbone/install-jq-action action to v3 (#442) Co-authored-by: Renovate Bot --- .github/workflows/e2e.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index c54719d..f03e99d 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -23,7 +23,7 @@ jobs: uses: actions/checkout@v4 - name: Setup jq - uses: dcarbone/install-jq-action@v2 + uses: dcarbone/install-jq-action@v3 - name: Install kind with registry uses: bakito/kind-with-registry-action@main