Skip to content

Commit ee3a957

Browse files
committed
Merge branch 'main' into beta
2 parents 30871f0 + 32649a8 commit ee3a957

10 files changed

+416
-64
lines changed

.github/workflows/codeql.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
steps:
2020
- name: Checkout repository
21-
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
21+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
2222
with:
2323
# We must fetch at least the immediate parents so that if this is
2424
# a pull request then we can checkout the head.

.github/workflows/immediate-response.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ jobs:
2525
body: >
2626
👋 Hi! Thank you for this contribution! Just to let you know, our GitHub SDK team does a round of issue and PR reviews twice a week, every Monday and Friday!
2727
We have a [process in place](https://github.com/octokit/.github/blob/main/community/prioritization_response.md#overview) for prioritizing and responding to your input.
28-
Because you are a part of this community please feel free to comment, add to, or pick up any issues/PRs that are labled with `Status: Up for grabs`.
28+
Because you are a part of this community please feel free to comment, add to, or pick up any issues/PRs that are labeled with `Status: Up for grabs`.
2929
You & others like you are the reason all of this works! So thank you & happy coding! 🚀

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
name: release
1919
runs-on: ubuntu-latest
2020
steps:
21-
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
21+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
2222
- uses: actions/setup-node@v4
2323
with:
2424
node-version: lts/*

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- 18
2222
- 20
2323
steps:
24-
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
24+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
2525
- name: Test with Node.js ${{ matrix.node_version }}
2626
uses: actions/setup-node@v4
2727
with:
@@ -38,7 +38,7 @@ jobs:
3838
steps:
3939
- run: exit 1
4040
if: ${{ needs.test_matrix.result != 'success' }}
41-
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
41+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
4242
- run: npm ci
4343
- run: npm run lint
4444
if: ${{ always() }}

.github/workflows/update-docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
update_docs:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
10+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
1111
- uses: actions/setup-node@v4
1212
with:
1313
node-version: 18

.github/workflows/update-prettier.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
update_prettier:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
10+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
1111
- uses: actions/setup-node@v4
1212
with:
1313
cache: npm

docs/package-lock.json

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"gatsby-transformer-remark": "^5.23.0",
1919
"html-react-parser": "^5.0.0",
2020
"lodash": "^4.17.15",
21-
"marked": "^12.0.0",
21+
"marked": "^13.0.0",
2222
"prismjs": "^1.16.0",
2323
"react": "^17.0.2",
2424
"react-debounce-render": "^8.0.0",

0 commit comments

Comments
 (0)