From 37d38c2d4bda351ac28a07f7a81d60f7a614dfcc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 19 Apr 2026 11:56:26 +0000 Subject: [PATCH] ci(deps): update actions/checkout action to v6 --- .github/workflows/build-and-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index d60b0318..aff70275 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -52,7 +52,7 @@ jobs: ) steps: - name: Checkout - uses: actions/checkout@v5.0.0 + uses: actions/checkout@v6.0.2 with: token: ${{ secrets.DEPLOYMENT_TOKEN }} - name: Install Node