Skip to content

Commit 0cd0900

Browse files
authored
Merge branch 'main' into lukasoppermann/issueLabel
2 parents 1e23a3a + eb5881c commit 0cd0900

File tree

24 files changed

+1629
-716
lines changed

24 files changed

+1629
-716
lines changed

.changeset/dull-books-fry.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@primer/styled-react': patch
3+
---
4+
5+
Update exports from @primer/styled-react to be marked as deprecated

.changeset/easy-suits-mate.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@primer/react': patch
3+
---
4+
5+
Replaces 'aria-live' usage and removes internal LiveRegion component

.github/workflows/lock-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-latest
2323
steps:
2424
- name: Get App Token
25-
uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42
25+
uses: actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94
2626
id: app-token
2727
with:
2828
app-id: ${{ vars.PRIMER_APP_ID_SHARED }}
@@ -55,7 +55,7 @@ jobs:
5555
runs-on: ubuntu-latest
5656
steps:
5757
- name: Get App Token
58-
uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42
58+
uses: actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94
5959
id: app-token
6060
with:
6161
app-id: ${{ vars.PRIMER_APP_ID_SHARED }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Install dependencies
4242
run: npm ci
4343

44-
- uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42
44+
- uses: actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94
4545
id: app-token
4646
with:
4747
app-id: ${{ vars.PRIMER_APP_ID_SHARED }}

.github/workflows/status-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
steps:
2222
- name: Generate token for primer
2323
id: generate_primer_token
24-
uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4
24+
uses: actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2.2.0
2525
with:
2626
app-id: 902635
2727
owner: 'primer'

.github/workflows/update-snapshots.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
steps:
6363
- name: Generate token
6464
id: generate_token
65-
uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42
65+
uses: actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94
6666
with:
6767
app-id: ${{ secrets.APP_ID }}
6868
private-key: ${{ secrets.PRIVATE_KEY }}

0 commit comments

Comments
 (0)