From 079c01c55c151051576eb0c59ebb8b34f207644c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 13:46:40 +0000 Subject: [PATCH] ci(deps): update actions/checkout action to v5 --- .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..65f7c27 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@v5 - 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@v5 with: token: ${{ secrets.DEPLOYMENT_TOKEN }} - name: Setup Node.js