Skip to content

Commit 0924655

Browse files
committed
Update dependencies
1 parent b7d4097 commit 0924655

File tree

3 files changed

+130
-173
lines changed

3 files changed

+130
-173
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,26 +9,26 @@ on:
99

1010
jobs:
1111
build:
12-
runs-on: ubuntu-20.04
12+
runs-on: ubuntu-22.04
1313
steps:
14-
- uses: actions/checkout@v3
14+
- uses: actions/checkout@v4
1515

1616
- name: Setup Python (pip)
1717
uses: actions/setup-python@v4
1818
with:
19-
python-version: '3.8'
19+
python-version: '3.10'
2020
architecture: 'x64'
2121
cache: 'pip'
2222
cache-dependency-path: .github/workflows/main.yml
2323

2424
- name: Install poetry
2525
run: |
26-
python3 -m pip install --upgrade poetry==1.4.0
26+
python3 -m pip install --upgrade poetry==1.6.1
2727
2828
- name: Setup Python (poetry)
2929
uses: actions/setup-python@v4
3030
with:
31-
python-version: '3.8'
31+
python-version: '3.10'
3232
architecture: 'x64'
3333
cache: 'poetry'
3434

@@ -45,7 +45,7 @@ jobs:
4545
path: ./site
4646

4747
deploy:
48-
runs-on: ubuntu-20.04
48+
runs-on: ubuntu-22.04
4949
needs: build
5050
concurrency: ci-${{ github.ref }}
5151
permissions:

0 commit comments

Comments
 (0)