diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8326a26c..70a48d78 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -19,7 +19,7 @@ jobs: node-version: 20 cache: 'npm' # cache node modules for all jobs to use - - uses: actions/cache@v5 + - uses: actions/cache@v6 id: node_modules-cache with: path: | @@ -45,7 +45,7 @@ jobs: node-version: 20 cache: 'npm' # consume installed modules - - uses: actions/cache@v5 + - uses: actions/cache@v6 id: node_modules-cache with: path: | @@ -53,7 +53,7 @@ jobs: /home/runner/.cache/Cypress key: install-cache-${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/package-lock.json') }} # custom cypress cache, caches cypress and cypress webpack node module dependencies based on lock file - - uses: actions/cache@v5 + - uses: actions/cache@v6 id: cypress-cache with: path: | @@ -86,7 +86,7 @@ jobs: node-version: 20 cache: 'npm' # consume installed modules - - uses: actions/cache@v5 + - uses: actions/cache@v6 id: node_modules-cache with: path: |