Skip to content

Commit cdec772

Browse files
chore(deps): update all dependencies
1 parent 78d5028 commit cdec772

File tree

6 files changed

+127
-1397
lines changed

6 files changed

+127
-1397
lines changed

.github/workflows/community-content.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
script: |
3232
const { default: script } = await import('${{ github.workspace }}/.github/scripts/mdx.js')
3333
await script({github, context, core})
34-
- uses: actions/create-github-app-token@0d564482f06ca65fa9e77e2510873638c82206f2 # v1.11.5
34+
- uses: actions/create-github-app-token@3ff1caaa28b64c9cc276ce0a02e2ff584f3900c5 # v2.0.2
3535
id: app-token
3636
with:
3737
app-id: ${{ vars.BOT_APPID }}

.github/workflows/format.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
contents: write
1616

1717
steps:
18-
- uses: actions/create-github-app-token@0d564482f06ca65fa9e77e2510873638c82206f2 # v1.11.5
18+
- uses: actions/create-github-app-token@3ff1caaa28b64c9cc276ce0a02e2ff584f3900c5 # v2.0.2
1919
id: app-token
2020
with:
2121
app-id: ${{ vars.BOT_APPID }}

.nvmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20.18.3
1+
22.15.0

0 commit comments

Comments
 (0)