We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e260c2d + 8f8a768 commit ba21f44Copy full SHA for ba21f44
.github/workflows/actionlint.yml
@@ -16,4 +16,4 @@ jobs:
16
- name: Checkout
17
uses: actions/checkout@v4
18
- name: Run the actionlint
19
- uses: reviewdog/action-actionlint@v1.53.0
+ uses: reviewdog/action-actionlint@v1.54.0
.github/workflows/secretlint.yml
@@ -16,7 +16,7 @@ jobs:
- name: Setup Node.js
- uses: actions/setup-node@v4.0.2
+ uses: actions/setup-node@v4.0.3
20
with:
21
node-version: 20
22
- name: Install
requirements.txt
@@ -13,7 +13,7 @@ importlib-metadata==8.0.0
13
Sphinx==7.1.2
14
groundwork-sphinx-theme==1.1.1
15
notebook==7.2.1
-pyright==1.1.370
+pyright==1.1.371
playwright==1.45.0
myst-parser==3.0.1
black==24.4.2
0 commit comments