From e08a7ab2b2e062fa91a1776611581909dfa93531 Mon Sep 17 00:00:00 2001 From: Ville Vesilehto Date: Wed, 22 Apr 2026 19:03:25 +0300 Subject: [PATCH] chore(deps): bump to checkout action v6 Bump to latest available version. Also, disable credential persistence and use a shallow clone as we don't need the full history. Signed-off-by: Ville Vesilehto --- .github/workflows/test.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1cb51c9..127434f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,6 +11,9 @@ jobs: runs-on: ubuntu-latest name: Test steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + with: + persist-credentials: false + fetch-depth: 1 - uses: mlugg/setup-zig@v2 - run: zig build test