-
Notifications
You must be signed in to change notification settings - Fork 194
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into SliderNativeEventFixes
- Loading branch information
Showing
9 changed files
with
353 additions
and
382 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: | | ||
|
@@ -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 | ||
|
@@ -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: | | ||
|
@@ -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: | | ||
|
@@ -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/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: | | ||
|
@@ -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: | | ||
|
@@ -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: | | ||
|
@@ -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: | | ||
|
@@ -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/ | ||
|
@@ -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: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: | | ||
|
@@ -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: | | ||
|
@@ -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: | | ||
|
@@ -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: | | ||
|
@@ -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/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: | | ||
|
@@ -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: | | ||
|
@@ -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: | | ||
|
@@ -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: | | ||
|
Oops, something went wrong.