diff --git a/.github/workflows/_build.yml b/.github/workflows/_build.yml index 2997249047..89dae5f59e 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.0 + uses: actions/cache/restore@v4.1.1 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.0 + uses: actions/cache/restore@v4.1.1 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.0 + uses: actions/cache/restore@v4.1.1 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.0 + uses: actions/cache/restore@v4.1.1 id: storybook-dist-cache with: path: dist-storybook/ diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2a7e3dbb81..87c23f0784 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.0 + uses: actions/cache@v4.1.1 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.0 + uses: actions/cache/restore@v4.1.1 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.0 + uses: actions/cache@v4.1.1 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.0 + uses: actions/cache/restore@v4.1.1 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.0 + uses: actions/cache/restore@v4.1.1 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.0 + uses: actions/cache/restore@v4.1.1 id: npm-cache with: path: | diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 2f6c28c3ba..c9d03f13ea 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.0 + uses: actions/cache@v4.1.1 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.0 + uses: actions/cache/restore@v4.1.1 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.0 + uses: actions/cache@v4.1.1 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.0 + uses: actions/cache/restore@v4.1.1 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.0 + uses: actions/cache/restore@v4.1.1 id: storybook-dist-cache with: path: dist-storybook/ diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 050c3c7bc7..eaf25dc5af 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.0 + uses: actions/cache@v4.1.1 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.0 + uses: actions/cache/restore@v4.1.1 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.0 + uses: actions/cache@v4.1.1 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.0 + uses: actions/cache/restore@v4.1.1 id: npm-cache with: path: |