From 70f2b01b072fb7afa86b0820b1a31dfacbc01715 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 10:25:05 +0000 Subject: ci: update actions/checkout action to v6.0.2 --- .github/workflows/linux.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows/linux.yml') diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index d901cf9..fa512f8 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -44,7 +44,7 @@ jobs: steps: - name: "Checkout repository" - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: "Run tests" run: ./scripts/test || (status=$?; cat tests/test-suite.log; exit $status) @@ -66,7 +66,7 @@ jobs: os: ["ubuntu-24.04", "ubuntu-24.04-arm"] steps: - name: "Checkout repository" - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: "Run tests" run: ./scripts/test -- cgit v1.2.3-55-g6feb