From 76a27c5124df16639a2d56aa2176f28acdf126bf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 18:00:10 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e67308f..938c5f2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -24,7 +24,7 @@ jobs: env: DATABASE_URL: postgresql://postgres:postgres@localhost:5432/deployment-example-vercel steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v6 - uses: actions/setup-node@v3 with: node-version: 16