Skip to content

Commit a3894db

Browse files
committed
Merge branch 'master' into develop
2 parents 72b0f83 + a1d337a commit a3894db

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
fetch-depth: 2
2121

2222
- name: Set up Python
23-
uses: actions/setup-python@v3
23+
uses: actions/setup-python@v4
2424
with:
2525
python-version: "3.10"
2626

@@ -42,7 +42,7 @@ jobs:
4242
- name: Detect and tag new version
4343
id: check-version
4444
if: steps.check-parent-commit.outputs.sha
45-
uses: salsify/action-detect-and-tag-new-version@v2.0.1
45+
uses: salsify/action-detect-and-tag-new-version@v2.0.3
4646
with:
4747
version-command: |
4848
bash -o pipefail -c "poetry version | awk '{ print \$2 }'"

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
uses: actions/checkout@v3
3737

3838
- name: Set up Python ${{ matrix.python }}
39-
uses: actions/setup-python@v3
39+
uses: actions/setup-python@v4
4040
with:
4141
python-version: ${{ matrix.python }}
4242

@@ -115,7 +115,7 @@ jobs:
115115
uses: actions/checkout@v3
116116

117117
- name: Set up Python
118-
uses: actions/setup-python@v3
118+
uses: actions/setup-python@v4
119119
with:
120120
python-version: "3.10"
121121

docs/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
furo==2022.4.7
1+
furo==2023.8.19
22
sphinx==7.2.5
33
sphinx-click==5.0.1
4-
myst_parser==0.17.2
4+
myst_parser==2.0.0

0 commit comments

Comments
 (0)