Skip to content

Commit

Permalink
chore(deps): update external major
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 29, 2023
1 parent 22fd857 commit 8e29630
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 142 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Initialize CodeQL
uses: github/codeql-action/init@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/semantic-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, '[skip ci]')"
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
token: ${{ secrets.ADOBE_BOT_GITHUB_TOKEN }}
fetch-depth: 0
Expand Down
167 changes: 28 additions & 139 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion packages/helix-shared-indexer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"hast-util-to-text": "4.0.0",
"jsep": "1.3.8",
"micromatch": "4.0.5",
"rehype-parse": "8.0.5",
"rehype-parse": "9.0.0",
"unified": "11.0.3"
},
"devDependencies": {
Expand Down

0 comments on commit 8e29630

Please sign in to comment.