From 23682ad89b8928d4ef28e21516ac3797d1f7d058 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 21 Nov 2025 17:52:04 +0000 Subject: [PATCH] ci(deps): update actions/checkout action to v6 --- .github/workflows/build-and-deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index 0f99f1e..ef283fa 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout the repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Setup Arduino CLI uses: arduino/setup-arduino-cli@v1.1.2 - name: Install platform @@ -48,7 +48,7 @@ jobs: ) steps: - name: Checkout the repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: token: ${{ secrets.DEPLOYMENT_TOKEN }} - name: Setup Node.js