Skip to content

Commit 8ff2c22

Browse files
authored
chore: bump deps (#22)
* chore: bump deps * chore: pin actions to commit hash
1 parent bf40fc7 commit 8ff2c22

8 files changed

Lines changed: 1646 additions & 1537 deletions

File tree

.github/workflows/deploy-gh-pages.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ jobs:
2626
group: ${{ github.workflow }}-${{ github.ref }}
2727

2828
steps:
29-
- uses: actions/checkout@v6
29+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3030

3131
- name: Prepare Node environment
32-
uses: actions/setup-node@v6
32+
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
3333
with:
3434
node-version: "lts/*"
3535

@@ -40,7 +40,7 @@ jobs:
4040
bash build_docusaurus.sh
4141
4242
- name: Deploy on gh-pages
43-
uses: peaceiris/actions-gh-pages@v4
43+
uses: peaceiris/actions-gh-pages@4f9cc6602d3f66b9c108549d475ec49e8ef4d45e # v4.0.0
4444
if: ${{ github.ref == 'refs/heads/main' }}
4545
with:
4646
github_token: ${{ secrets.GITHUB_TOKEN }}
@@ -55,7 +55,7 @@ jobs:
5555
5656
- name: Deploy on cloudflare
5757
if: ${{ github.event_name != 'schedule' }}
58-
uses: peaceiris/actions-gh-pages@v4
58+
uses: peaceiris/actions-gh-pages@4f9cc6602d3f66b9c108549d475ec49e8ef4d45e # v4.0.0
5959
with:
6060
personal_token: ${{ secrets.CLOUDFLARE_DEPLOY_KEY }}
6161
publish_dir: build

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ jobs:
1515
id-token: write
1616

1717
steps:
18-
- uses: actions/checkout@v6
18+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1919
- name: Set up Python
20-
uses: actions/setup-python@v6
20+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
2121
with:
2222
python-version: "3.12"
2323

@@ -31,4 +31,4 @@ jobs:
3131
run: poetry build
3232

3333
- name: Publish package to PyPI
34-
uses: pypa/gh-action-pypi-publish@release/v1
34+
uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # v1.14.0

.github/workflows/python-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ jobs:
3737
fail-fast: false
3838

3939
steps:
40-
- uses: actions/checkout@v6
40+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4141
- name: Install Python
42-
uses: actions/setup-python@v6
42+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
4343
with:
4444
python-version: ${{ matrix.python-version }}
4545

docusaurus.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,13 +187,13 @@ const config = {
187187

188188
stylesheets: [
189189
{
190-
href: "https://pranab.pages.dev/assets/fonts/katex/0.16.28/katex.min.css",
190+
href: "https://pranab.pages.dev/assets/fonts/katex/0.16.45/katex.min.css",
191191
type: "text/css",
192192
},
193193
],
194194

195195
future: {
196-
experimental_faster: true,
196+
faster: true,
197197
v4: {
198198
removeLegacyPostBuildHeadAttribute: true,
199199
useCssCascadeLayers: false,

0 commit comments

Comments
 (0)