From a43370a23a75b803b7629b6146576517fc03c7ef Mon Sep 17 00:00:00 2001 From: Alex Rodrigues Date: Mon, 15 Jun 2026 22:36:46 +0100 Subject: [PATCH] Bump GitHub Action pins to node24-compatible majors --- .github/workflows/chromatic.yml | 2 +- .github/workflows/deploy-storybook.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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/