diff --git a/.github/workflows/chromatic.yml b/.github/workflows/chromatic.yml index 9da037d3..06f3bb15 100644 --- a/.github/workflows/chromatic.yml +++ b/.github/workflows/chromatic.yml @@ -21,7 +21,7 @@ jobs: - name: Cache project 'node_modules' directory id: node-modules-cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: key: node-modules-cache-${{ hashFiles('**/package-lock.json', '**/.node-version') }} path: node_modules/ diff --git a/.github/workflows/deploy-storybook.yml b/.github/workflows/deploy-storybook.yml index fde9f159..96ca36d5 100644 --- a/.github/workflows/deploy-storybook.yml +++ b/.github/workflows/deploy-storybook.yml @@ -38,7 +38,7 @@ jobs: - name: Cache project 'node_modules' directory id: node-modules-cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: key: node-modules-cache-${{ hashFiles('**/package-lock.json', '**/.node-version') }} path: node_modules/