diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5d21a99..65c3bba 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: with: node-version: 15.14.0 - uses: actions/checkout@master - - uses: actions/cache@v2.1.6 + - uses: actions/cache@v3.2.2 id: save-deps with: path: "**/node_modules" @@ -30,7 +30,7 @@ jobs: with: node-version: 15.14.0 - uses: actions/checkout@master - - uses: actions/cache@v2.1.6 + - uses: actions/cache@v3.2.2 id: save-deps with: path: "**/node_modules" @@ -58,7 +58,7 @@ jobs: with: node-version: 15.14.0 - uses: actions/checkout@master - - uses: actions/cache@v2.1.6 + - uses: actions/cache@v3.2.2 id: save-deps with: path: "**/node_modules" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 20a8dbd..a645f1f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: with: node-version: 15.14.0 - uses: actions/checkout@master - - uses: actions/cache@v2.1.6 + - uses: actions/cache@v3.2.2 id: save-deps with: path: "**/node_modules"