diff --git a/github actions workflows/build-react.yml b/github actions workflows/build-react.yml index a1389cd..c9c12ea 100644 --- a/github actions workflows/build-react.yml +++ b/github actions workflows/build-react.yml @@ -29,7 +29,7 @@ jobs: cache: 'npm' # Cache npm dependencies for speed cache-dependency-path: '${{ inputs.working-directory }}/package-lock.json' - name: Cache dependencies - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: '${{ inputs.working-directory }}/node_modules' key: ${{ runner.os }}-${{ hashFiles('${{ inputs.working-directory }}/package-lock.json') }}