Skip to content

Commit 3e094d3

Browse files
chore(deps): update all dependencies
1 parent b67389c commit 3e094d3

File tree

4 files changed

+44
-43
lines changed

4 files changed

+44
-43
lines changed

.github/workflows/community-content.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,16 @@ jobs:
1515
if: github.repository_owner == 'astrolicious'
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
18+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1919
with:
2020
ref: ${{ github.event.pull_request.head.ref }}
2121
- uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
22-
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
22+
- uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
2323
with:
2424
node-version-file: ".nvmrc"
2525
cache: "pnpm"
2626
- run: pnpm i --frozen-lockfile
27-
- uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
27+
- uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
2828
id: generator
2929
with:
3030
github-token: ${{secrets.GITHUB_TOKEN}}
@@ -36,7 +36,7 @@ jobs:
3636
with:
3737
app-id: ${{ vars.BOT_APPID }}
3838
private-key: ${{ secrets.BOT_SECRET }}
39-
- uses: stefanzweifel/git-auto-commit-action@778341af668090896ca464160c2def5d1d1a3eb0 # v6
39+
- uses: stefanzweifel/git-auto-commit-action@28e16e81777b558cc906c8750092100bbb34c5e3 # v7
4040
with:
4141
commit_user_email: 168325803+astrolicious[bot]@users.noreply.github.com
4242
commit_user_name: astrolicious[bot]

.github/workflows/format.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
app-id: ${{ vars.BOT_APPID }}
2222
private-key: ${{ secrets.BOT_SECRET }}
2323

24-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
24+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
2525
with:
2626
token: ${{ steps.app-token.outputs.token }}
2727
ref: ${{ github.head_ref }}
@@ -30,7 +30,7 @@ jobs:
3030
uses: pnpm/action-setup@v3
3131

3232
- name: Setup Node
33-
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
33+
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
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@778341af668090896ca464160c2def5d1d1a3eb0 # v6
45+
uses: stefanzweifel/git-auto-commit-action@28e16e81777b558cc906c8750092100bbb34c5e3 # v7
4646
with:
4747
commit_message: "[ci] lint"
4848
branch: ${{ github.head_ref }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"devDependencies": {
2929
"@biomejs/biome": "2.0.6",
3030
"@types/mdast": "4.0.4",
31-
"@types/node": "22.16.0",
31+
"@types/node": "24.9.1",
3232
"@types/semver": "7.7.0",
3333
"mdast-util-mdx": "3.0.0",
3434
"mdast-util-to-markdown": "2.1.2",

pnpm-lock.yaml

Lines changed: 36 additions & 35 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)