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