Skip to content

Commit

Permalink
chore(deps): update all dependencies (#237)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 9, 2024
1 parent 320b01e commit e7898ae
Show file tree
Hide file tree
Showing 4 changed files with 69 additions and 45 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/community-content.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
script: |
const { default: script } = await import('${{ github.workspace }}/.github/scripts/mdx.js')
await script({github, context, core})
- uses: actions/create-github-app-token@31c86eb3b33c9b601a1f60f98dcbfd1d70f379b4 # v1.10.3
- uses: actions/create-github-app-token@3378cda945da322a8db4b193e19d46352ebe2de5 # v1.10.4
id: app-token
with:
app-id: ${{ vars.BOT_APPID }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/format.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
contents: write

steps:
- uses: actions/create-github-app-token@31c86eb3b33c9b601a1f60f98dcbfd1d70f379b4 # v1.10.3
- uses: actions/create-github-app-token@3378cda945da322a8db4b193e19d46352ebe2de5 # v1.10.4
id: app-token
with:
app-id: ${{ vars.BOT_APPID }}
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@
"@biomejs/biome": "1.8.3",
"@types/github-script": "github:actions/github-script",
"@types/mdast": "4.0.4",
"@types/node": "20.16.3",
"@types/node": "20.16.5",
"@types/semver": "7.5.8",
"mdast-util-mdx": "3.0.0",
"mdast-util-to-markdown": "2.1.0",
"prettier": "3.3.3",
"prettier-plugin-astro": "0.14.1",
"wrangler": "3.73.0"
"wrangler": "3.75.0"
}
}
106 changes: 65 additions & 41 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e7898ae

Please sign in to comment.