From 6ac43f7097d7d8a538d157fdb0159aba8c3fd3bd Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Fri, 3 Jul 2026 16:29:12 +0100 Subject: Update the checkout action to v6 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows') diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4732f2c..f128e5c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -31,7 +31,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: # Build-only job; do not leave the git token in .git/config for # later steps (e.g. the git-pinned vyos1x-config install). -- cgit v1.2.3