diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 082307e3..5806dfa7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: with: node-version: 20 - - uses: actions/cache@v3 + - uses: actions/cache@v4 with: path: '**/node_modules' key: ${{ runner.os }}-modules-${{ hashFiles('**/package-lock.json') }} @@ -39,7 +39,7 @@ jobs: with: node-version: 20 - - uses: actions/cache@v3 + - uses: actions/cache@v4 with: path: '**/node_modules' key: ${{ runner.os }}-modules-${{ hashFiles('**/package-lock.json') }} @@ -59,7 +59,7 @@ jobs: with: node-version: 20 - - uses: actions/cache@v3 + - uses: actions/cache@v4 with: path: '**/node_modules' key: ${{ runner.os }}-modules-${{ hashFiles('**/package-lock.json') }} diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index 6614a83b..a6ea8c86 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -15,7 +15,7 @@ jobs: with: node-version: 20 - - uses: actions/cache@v3 + - uses: actions/cache@v4 with: path: '**/node_modules' key: ${{ runner.os }}-modules-${{ hashFiles('**/package-lock.json') }}