diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3eec54d8..8b8881a8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: echo "pnpm-cache=$(pnpm store path --silent)" >> $GITHUB_OUTPUT echo "key=${{ runner.os }}-pnpm-${{ hashFiles('pnpm-lock.yaml') }}" >> $GITHUB_OUTPUT - name: Cache NPM and Cypress 📦 - uses: actions/cache@v4 + uses: actions/cache@v5 id: cache with: path: | @@ -50,7 +50,7 @@ jobs: with: node-version-file: '.nvmrc' - name: Cache NPM and Cypress 📦 - uses: actions/cache@v4 + uses: actions/cache@v5 id: cache with: path: | @@ -77,7 +77,7 @@ jobs: with: node-version-file: '.nvmrc' - name: Cache NPM and Cypress 📦 - uses: actions/cache@v4 + uses: actions/cache@v5 id: cache with: path: | @@ -114,7 +114,7 @@ jobs: with: node-version-file: '.nvmrc' - name: Cache NPM and Cypress 📦 - uses: actions/cache@v4 + uses: actions/cache@v5 id: cache with: path: | @@ -172,7 +172,7 @@ jobs: node-version-file: '.nvmrc' registry-url: 'https://registry.npmjs.org' - name: Cache NPM and Cypress 📦 - uses: actions/cache@v4 + uses: actions/cache@v5 id: cache with: path: |