diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index fadea2df..8b79a394 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -20,7 +20,7 @@ jobs: node-version: 20.x - name: AiScript Cache dependencies - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/.npm key: npm-${{ hashFiles('package-lock.json') }} @@ -33,7 +33,7 @@ jobs: run: npm run build - name: Cache dependencies - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/.npm key: npm-playground-${{ hashFiles('playground/package-lock.json') }} diff --git a/.github/workflows/publish-nightly-dev.yml b/.github/workflows/publish-nightly-dev.yml index 989e92aa..2770e752 100644 --- a/.github/workflows/publish-nightly-dev.yml +++ b/.github/workflows/publish-nightly-dev.yml @@ -25,7 +25,7 @@ jobs: node-version: 20.x - name: Cache dependencies - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/.npm key: npm-${{ hashFiles('package-lock.json') }} diff --git a/.github/workflows/publish-nightly-next.yml b/.github/workflows/publish-nightly-next.yml index 15edfe95..071d953e 100644 --- a/.github/workflows/publish-nightly-next.yml +++ b/.github/workflows/publish-nightly-next.yml @@ -25,7 +25,7 @@ jobs: node-version: 20.x - name: Cache dependencies - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/.npm key: npm-${{ hashFiles('package-lock.json') }}