From 5cf30e67e5fdcfc96eba0b004920ec2b1e625d05 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 26 Jul 2026 04:51:20 +0000 Subject: [PATCH] ci(deps): update actions/checkout action to v7 --- .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 36dfef49..ec3f517c 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -54,7 +54,7 @@ jobs: packages: write steps: - name: Checkout - uses: actions/checkout@v6.0.2 + uses: actions/checkout@v7.0.1 with: token: ${{ secrets.DEPLOYMENT_TOKEN }} - name: Install Node