diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 2f80039..bf125ec 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -30,7 +30,7 @@ jobs: node-version: '14' - name: Cache node modules - uses: actions/cache@v2.1.7 + uses: actions/cache@v3.2.6 env: cache-name: cache-node-modules with: @@ -44,7 +44,7 @@ jobs: ${{ runner.os }}- - name: Cache arduino-dir - uses: actions/cache@v2.1.7 + uses: actions/cache@v3.2.6 env: cache-name: arduino-dir with: