diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b21f67c..871a4b4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -34,7 +34,7 @@ jobs: with: node-version: 16 cache: pnpm - - uses: actions/cache@v3 + - uses: actions/cache@v4 env: cache-name: cache-build with: @@ -64,7 +64,7 @@ jobs: - test steps: - uses: actions/checkout@v4 - - uses: actions/cache@v3 + - uses: actions/cache@v4 env: cache-name: cache-build with: @@ -86,7 +86,7 @@ jobs: with: persist-credentials: false fetch-depth: 0 - - uses: actions/cache@v3 + - uses: actions/cache@v4 env: cache-name: cache-build with: