From dfb04d8c36a47ffc5118d2c82e06841e9bcc0be9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 00:43:39 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4.3.1 --- .github/workflows/k8s-collector-integration.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/k8s-collector-integration.yaml b/.github/workflows/k8s-collector-integration.yaml index b65542aa..39560fe7 100644 --- a/.github/workflows/k8s-collector-integration.yaml +++ b/.github/workflows/k8s-collector-integration.yaml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-24.04 steps: - name: Check out the codebase - uses: actions/checkout@v4 + uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 - name: Cache Rust build uses: Swatinem/rust-cache@v2 @@ -54,7 +54,7 @@ jobs: timeout-minutes: 30 steps: - name: Check out the codebase - uses: actions/checkout@v4 + uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 - name: Set up kind cluster uses: helm/kind-action@v1.10.0