From a8b3e7fff134cbe9a4e419115a234011e08942ec Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 21:52:06 +0000 Subject: [PATCH] Update actions/checkout action to v7 --- .github/workflows/deploy.yml | 2 +- .github/workflows/gitgaurdian.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 0af923c8..10c4f5aa 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -24,7 +24,7 @@ jobs: # Runs a single command using the runners shell - name: Checkout Repository - uses: actions/checkout@v2 + uses: actions/checkout@v7 - name: Install Kustomize run: | diff --git a/.github/workflows/gitgaurdian.yml b/.github/workflows/gitgaurdian.yml index 405b75ca..a2746e8b 100644 --- a/.github/workflows/gitgaurdian.yml +++ b/.github/workflows/gitgaurdian.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v7 with: fetch-depth: 0 # fetch all history so multiple commits can be scanned - name: GitGuardian scan