Skip to content

Commit

Permalink
Merge branch 'main' into SliderNativeEventFixes
Browse files Browse the repository at this point in the history
  • Loading branch information
metalix2 authored Oct 24, 2024
2 parents 542f09a + 3e5614e commit 0fe8e51
Show file tree
Hide file tree
Showing 9 changed files with 353 additions and 382 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
registry-url: 'https://registry.npmjs.org'

- name: Restore Cache
uses: actions/cache/[email protected].0
uses: actions/cache/[email protected].1
id: npm-cache
with:
path: |
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
tar -cf ${{env.BUILD_LOGS}}.tar.br --use-compress-program="brotli -q 7" ./logs
- name: Upload test logs
uses: actions/[email protected].0
uses: actions/[email protected].3
with:
name: ${{env.BUILD_LOGS}}
path: ${{env.BUILD_LOGS}}.tar.br
Expand All @@ -77,7 +77,7 @@ jobs:
registry-url: 'https://registry.npmjs.org'

- name: Restore Cache
uses: actions/cache/[email protected].0
uses: actions/cache/[email protected].1
id: npm-cache
with:
path: |
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
registry-url: 'https://registry.npmjs.org'

- name: Restore Cache
uses: actions/cache/[email protected].0
uses: actions/cache/[email protected].1
id: npm-cache
with:
path: |
Expand All @@ -127,7 +127,7 @@ jobs:
key: ${{ env.CACHE_NAME }}-${{ hashFiles('package-lock.json', 'packages/package-lock.json') }}

- name: Restore Cache
uses: actions/cache/[email protected].0
uses: actions/cache/[email protected].1
id: storybook-dist-cache
with:
path: dist-storybook/
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
registry-url: 'https://registry.npmjs.org'

- name: Upload to Cache
uses: actions/[email protected].0
uses: actions/[email protected].1
id: npm-cache
with:
path: |
Expand All @@ -52,7 +52,7 @@ jobs:
registry-url: 'https://registry.npmjs.org'

- name: Restore NPM Cache
uses: actions/cache/[email protected].0
uses: actions/cache/[email protected].1
id: npm-cache
with:
path: |
Expand All @@ -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/[email protected].0
uses: actions/[email protected].1
id: storybook-dist-cache
with:
path: |
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
registry-url: 'https://registry.npmjs.org'

- name: Restore npm Cache
uses: actions/cache/[email protected].0
uses: actions/cache/[email protected].1
id: npm-cache
with:
path: |
Expand All @@ -103,7 +103,7 @@ jobs:
key: ${{ env.CACHE_NAME }}-${{ hashFiles('package-lock.json', 'packages/package-lock.json') }}

- name: Restore Cache
uses: actions/cache/[email protected].0
uses: actions/cache/[email protected].1
id: storybook-dist-cache
with:
path: dist-storybook/
Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:
registry-url: 'https://registry.npmjs.org'

- name: Restore npm Cache
uses: actions/cache/[email protected].0
uses: actions/cache/[email protected].1
id: npm-cache
with:
path: |
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
registry-url: 'https://registry.npmjs.org'

- name: Upload to Cache
uses: actions/[email protected].0
uses: actions/[email protected].1
id: npm-cache
with:
path: |
Expand All @@ -52,7 +52,7 @@ jobs:
registry-url: 'https://registry.npmjs.org'

- name: Restore NPM Cache
uses: actions/cache/[email protected].0
uses: actions/cache/[email protected].1
id: npm-cache
with:
path: |
Expand All @@ -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/[email protected].0
uses: actions/[email protected].1
id: storybook-dist-cache
with:
path: |
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
registry-url: 'https://registry.npmjs.org'

- name: Restore npm Cache
uses: actions/cache/[email protected].0
uses: actions/cache/[email protected].1
id: npm-cache
with:
path: |
Expand All @@ -104,7 +104,7 @@ jobs:
key: ${{ env.CACHE_NAME }}-${{ hashFiles('package-lock.json', 'packages/package-lock.json') }}

- name: Restore Cache
uses: actions/cache/[email protected].0
uses: actions/cache/[email protected].1
id: storybook-dist-cache
with:
path: dist-storybook/
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
registry-url: 'https://registry.npmjs.org'

- name: Upload to Cache
uses: actions/[email protected].0
uses: actions/[email protected].1
id: npm-cache
with:
path: |
Expand All @@ -48,7 +48,7 @@ jobs:
registry-url: 'https://registry.npmjs.org'

- name: Restore NPM Cache
uses: actions/cache/[email protected].0
uses: actions/cache/[email protected].1
id: npm-cache
with:
path: |
Expand All @@ -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/[email protected].0
uses: actions/[email protected].1
id: storybook-dist-cache
with:
path: |
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
registry-url: 'https://registry.npmjs.org'

- name: Restore Cache
uses: actions/cache/[email protected].0
uses: actions/cache/[email protected].1
id: npm-cache
with:
path: |
Expand Down
Loading

0 comments on commit 0fe8e51

Please sign in to comment.