diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0a39aa0..a6fdc04 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,7 +44,7 @@ jobs: - name: Cache Composer packages id: composer-cache - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: vendor key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }} @@ -102,7 +102,7 @@ jobs: - name: Cache npm packages id: npm-cache - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: node_modules key: ${{ runner.os }}-node-${{ hashFiles('package.json') }} @@ -141,7 +141,7 @@ jobs: - name: Cache npm packages id: npm-cache - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: node_modules key: ${{ runner.os }}-node-${{ hashFiles('package.json') }}