diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 4e6abd5..4f8f2e9 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -20,7 +20,7 @@ jobs: node-version: ${{ matrix.node-version }} cache: npm - name: Node.js modules cache - uses: actions/cache@v4 + uses: actions/cache@v5 id: modules-cache with: path: ${{ github.workspace }}/node_modules