Skip to content

Commit ba21f44

Browse files
committed
Merge branch 'main' of github.com:simon-ritchie/apysc into #1106_6
2 parents e260c2d + 8f8a768 commit ba21f44

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/actionlint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ jobs:
1616
- name: Checkout
1717
uses: actions/checkout@v4
1818
- name: Run the actionlint
19-
uses: reviewdog/action-actionlint@v1.53.0
19+
uses: reviewdog/action-actionlint@v1.54.0

.github/workflows/secretlint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Checkout
1717
uses: actions/checkout@v4
1818
- name: Setup Node.js
19-
uses: actions/setup-node@v4.0.2
19+
uses: actions/setup-node@v4.0.3
2020
with:
2121
node-version: 20
2222
- name: Install

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ importlib-metadata==8.0.0
1313
Sphinx==7.1.2
1414
groundwork-sphinx-theme==1.1.1
1515
notebook==7.2.1
16-
pyright==1.1.370
16+
pyright==1.1.371
1717
playwright==1.45.0
1818
myst-parser==3.0.1
1919
black==24.4.2

0 commit comments

Comments
 (0)