From 2f8ad4345c38f124f653bd38ca038636c74e4178 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 21:01:12 +0000 Subject: [PATCH] Update actions/checkout action to v6 --- .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..b1deded2 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@v6 - name: Install Kustomize run: | diff --git a/.github/workflows/gitgaurdian.yml b/.github/workflows/gitgaurdian.yml index 405b75ca..5d686586 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@v6 with: fetch-depth: 0 # fetch all history so multiple commits can be scanned - name: GitGuardian scan