diff --git a/.github/workflows/_build.yml b/.github/workflows/_build.yml index 89dae5f59e..2fdd6eddc9 100644 --- a/.github/workflows/_build.yml +++ b/.github/workflows/_build.yml @@ -28,7 +28,7 @@ jobs: registry-url: 'https://registry.npmjs.org' - name: Restore Cache - uses: actions/cache/restore@v4.1.1 + uses: actions/cache/restore@v4.1.2 id: npm-cache with: path: | @@ -77,7 +77,7 @@ jobs: registry-url: 'https://registry.npmjs.org' - name: Restore Cache - uses: actions/cache/restore@v4.1.1 + uses: actions/cache/restore@v4.1.2 id: npm-cache with: path: | @@ -118,7 +118,7 @@ jobs: registry-url: 'https://registry.npmjs.org' - name: Restore Cache - uses: actions/cache/restore@v4.1.1 + uses: actions/cache/restore@v4.1.2 id: npm-cache with: path: | @@ -127,7 +127,7 @@ jobs: key: ${{ env.CACHE_NAME }}-${{ hashFiles('package-lock.json', 'packages/package-lock.json') }} - name: Restore Cache - uses: actions/cache/restore@v4.1.1 + uses: actions/cache/restore@v4.1.2 id: storybook-dist-cache with: path: dist-storybook/ diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 87c23f0784..87fcd5384a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -28,7 +28,7 @@ jobs: registry-url: 'https://registry.npmjs.org' - name: Upload to Cache - uses: actions/cache@v4.1.1 + uses: actions/cache@v4.1.2 id: npm-cache with: path: | @@ -52,7 +52,7 @@ jobs: registry-url: 'https://registry.npmjs.org' - name: Restore NPM Cache - uses: actions/cache/restore@v4.1.1 + uses: actions/cache/restore@v4.1.2 id: npm-cache with: path: | @@ -61,7 +61,7 @@ jobs: key: ${{ env.CACHE_NAME }}-${{ hashFiles('package-lock.json', 'packages/package-lock.json') }} - name: Upload dist-storybook to Cache - uses: actions/cache@v4.1.1 + uses: actions/cache@v4.1.2 id: storybook-dist-cache with: path: | @@ -94,7 +94,7 @@ jobs: registry-url: 'https://registry.npmjs.org' - name: Restore npm Cache - uses: actions/cache/restore@v4.1.1 + uses: actions/cache/restore@v4.1.2 id: npm-cache with: path: | @@ -103,7 +103,7 @@ jobs: key: ${{ env.CACHE_NAME }}-${{ hashFiles('package-lock.json', 'packages/package-lock.json') }} - name: Restore Cache - uses: actions/cache/restore@v4.1.1 + uses: actions/cache/restore@v4.1.2 id: storybook-dist-cache with: path: dist-storybook/ @@ -131,7 +131,7 @@ jobs: registry-url: 'https://registry.npmjs.org' - name: Restore npm Cache - uses: actions/cache/restore@v4.1.1 + uses: actions/cache/restore@v4.1.2 id: npm-cache with: path: | diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index c9d03f13ea..45092782ca 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -28,7 +28,7 @@ jobs: registry-url: 'https://registry.npmjs.org' - name: Upload to Cache - uses: actions/cache@v4.1.1 + uses: actions/cache@v4.1.2 id: npm-cache with: path: | @@ -52,7 +52,7 @@ jobs: registry-url: 'https://registry.npmjs.org' - name: Restore NPM Cache - uses: actions/cache/restore@v4.1.1 + uses: actions/cache/restore@v4.1.2 id: npm-cache with: path: | @@ -61,7 +61,7 @@ jobs: key: ${{ env.CACHE_NAME }}-${{ hashFiles('package-lock.json', 'packages/package-lock.json') }} - name: Upload dist-storybook to Cache - uses: actions/cache@v4.1.1 + uses: actions/cache@v4.1.2 id: storybook-dist-cache with: path: | @@ -95,7 +95,7 @@ jobs: registry-url: 'https://registry.npmjs.org' - name: Restore npm Cache - uses: actions/cache/restore@v4.1.1 + uses: actions/cache/restore@v4.1.2 id: npm-cache with: path: | @@ -104,7 +104,7 @@ jobs: key: ${{ env.CACHE_NAME }}-${{ hashFiles('package-lock.json', 'packages/package-lock.json') }} - name: Restore Cache - uses: actions/cache/restore@v4.1.1 + uses: actions/cache/restore@v4.1.2 id: storybook-dist-cache with: path: dist-storybook/ diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index eaf25dc5af..2ff4267792 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,7 +24,7 @@ jobs: registry-url: 'https://registry.npmjs.org' - name: Upload to Cache - uses: actions/cache@v4.1.1 + uses: actions/cache@v4.1.2 id: npm-cache with: path: | @@ -48,7 +48,7 @@ jobs: registry-url: 'https://registry.npmjs.org' - name: Restore NPM Cache - uses: actions/cache/restore@v4.1.1 + uses: actions/cache/restore@v4.1.2 id: npm-cache with: path: | @@ -57,7 +57,7 @@ jobs: key: ${{ env.CACHE_NAME }}-${{ hashFiles('package-lock.json', 'packages/package-lock.json') }} - name: Upload dist-storybook to Cache - uses: actions/cache@v4.1.1 + uses: actions/cache@v4.1.2 id: storybook-dist-cache with: path: | @@ -94,7 +94,7 @@ jobs: registry-url: 'https://registry.npmjs.org' - name: Restore Cache - uses: actions/cache/restore@v4.1.1 + uses: actions/cache/restore@v4.1.2 id: npm-cache with: path: |