Skip to content

Commit 4eb96fd

Browse files
fix(deps): update all dependencies
1 parent 42ee646 commit 4eb96fd

File tree

6 files changed

+1114
-516
lines changed

6 files changed

+1114
-516
lines changed

.github/workflows/community-content.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
ref: ${{ github.event.pull_request.head.ref }}
2121
- uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
22-
- uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4
22+
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
2323
with:
2424
node-version-file: ".nvmrc"
2525
cache: "pnpm"
@@ -31,12 +31,12 @@ 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@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1.12.0
3535
id: app-token
3636
with:
3737
app-id: ${{ vars.BOT_APPID }}
3838
private-key: ${{ secrets.BOT_SECRET }}
39-
- uses: stefanzweifel/git-auto-commit-action@e348103e9026cc0eee72ae06630dbe30c8bf7a79 # v5
39+
- uses: stefanzweifel/git-auto-commit-action@b863ae1933cb653a53c021fe36dbb774e1fb9403 # v5
4040
with:
4141
commit_user_email: 168325803+astrolicious[bot]@users.noreply.github.com
4242
commit_user_name: astrolicious[bot]

.github/workflows/format.yaml

+3-3
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@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1.12.0
1919
id: app-token
2020
with:
2121
app-id: ${{ vars.BOT_APPID }}
@@ -30,7 +30,7 @@ jobs:
3030
uses: pnpm/action-setup@v3
3131

3232
- name: Setup Node
33-
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4
33+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
3434
with:
3535
node-version-file: ".nvmrc"
3636
cache: "pnpm"
@@ -42,7 +42,7 @@ jobs:
4242
run: pnpm run format
4343

4444
- name: Commit changes
45-
uses: stefanzweifel/git-auto-commit-action@e348103e9026cc0eee72ae06630dbe30c8bf7a79 # v5
45+
uses: stefanzweifel/git-auto-commit-action@b863ae1933cb653a53c021fe36dbb774e1fb9403 # v5
4646
with:
4747
commit_message: "[ci] lint"
4848
branch: ${{ github.head_ref }}

.nvmrc

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

0 commit comments

Comments
 (0)