From 92041bdc4bccee79df5fc5d5569018fb57c59f2c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Feb 2026 10:37:30 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6 --- .github/workflows/demo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/demo.yml b/.github/workflows/demo.yml index a1b12da..73bef2d 100644 --- a/.github/workflows/demo.yml +++ b/.github/workflows/demo.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Set up Go uses: actions/setup-go@v5