Skip to content

Commit f93f6d4

Browse files
committed
Chore dependency update
1 parent 1249f8d commit f93f6d4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Install Python
1717
uses: actions/setup-python@v4
1818
with:
19-
python-version: '3.11'
19+
python-version: '3.12'
2020
- name: Install dependencies
2121
run: pip install --no-deps -r docs/requirements.txt
2222
- name: Fetch branch

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run:
3535
shell: bash
3636
steps:
37-
- uses: actions/checkout@v3
37+
- uses: actions/checkout@v4
3838
- run: npm install --only=prod
3939
- uses: ./
4040
with: ${{ matrix.config }}

0 commit comments

Comments
 (0)