diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8008328..81b4911 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: uses: go-task/setup-task@v1 - name: Setup cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: node_modules key: ${{ runner.os }}-node-${{ hashFiles('package-lock.json') }} @@ -66,7 +66,7 @@ jobs: uses: go-task/setup-task@v1 - name: Setup cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: node_modules key: ${{ runner.os }}-node-${{ hashFiles('package-lock.json') }}