diff --git a/.github/workflows/pre-release-build.yml b/.github/workflows/pre-release-build.yml index 20c8f945..f0b1be6c 100644 --- a/.github/workflows/pre-release-build.yml +++ b/.github/workflows/pre-release-build.yml @@ -30,7 +30,7 @@ jobs: run: echo "NODE_VERSION=$(node -p 'process.versions.node')" >> $GITHUB_ENV - run: npm ci - name: Cache Webpack filesystem cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | .cache/webpack