diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index e945788..444f09b 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -24,7 +24,7 @@ jobs: channel: ${{ matrix.channel }} - name: Cache - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: | ./node_modules/ @@ -56,7 +56,7 @@ jobs: uses: wagoid/commitlint-github-action@v4 - name: Cache - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: | ./node_modules/