Skip to content

Commit be08d8c

Browse files
Update dependencies (#36)
1 parent b0df361 commit be08d8c

File tree

3 files changed

+260
-385
lines changed

3 files changed

+260
-385
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ jobs:
2424
python-version: [ "3.10", "3.11", "3.12" ]
2525
steps:
2626
- name: Check out ${{ github.sha }} from repository ${{ github.repository }}
27-
uses: actions/checkout@v3
27+
uses: actions/checkout@v4
2828

2929
- name: Install poetry
3030
run: pipx install poetry
3131

3232
- name: Set up Python ${{ matrix.python-version }}
33-
uses: actions/setup-python@v4
33+
uses: actions/setup-python@v5
3434
with:
3535
python-version: ${{ matrix.python-version }}
3636
cache: 'poetry'

0 commit comments

Comments
 (0)