diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index afa3109..fd75c12 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -18,7 +18,7 @@ jobs: steps: - name: Checkout the repo at current context - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Install Task uses: arduino/setup-task@v2