From 3e5845a0e12357998b0480c5d232930f78c55204 Mon Sep 17 00:00:00 2001 From: K0IN <19688162+K0IN@users.noreply.github.com> Date: Thu, 11 Dec 2025 19:24:20 +0100 Subject: [PATCH] Update GitHub Actions checkout action version (#189) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 12bb3d5..b9ddd80 100644 --- a/README.md +++ b/README.md @@ -186,7 +186,7 @@ jobs: security-scan: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Install Strix run: pipx install strix-agent