From 6cf2a6a413a37a654238a9327b283b4fdc092a85 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 13:20:02 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6 --- .github/workflows/promptfoo-code-scan.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/promptfoo-code-scan.yml b/.github/workflows/promptfoo-code-scan.yml index f529f7b..49ed9c0 100644 --- a/.github/workflows/promptfoo-code-scan.yml +++ b/.github/workflows/promptfoo-code-scan.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0