diff --git a/.github/workflows/compile-sketch.yml b/.github/workflows/compile-sketch.yml index a4ef241..daed04f 100644 --- a/.github/workflows/compile-sketch.yml +++ b/.github/workflows/compile-sketch.yml @@ -12,7 +12,7 @@ jobs: steps: # This step makes the contents of the repository available to the workflow - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 # For more information: https://github.com/arduino/compile-sketches#readme - name: Compile sketch