Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lazka committed Oct 26, 2023
1 parent b7d4097 commit 0924655
Show file tree
Hide file tree
Showing 3 changed files with 130 additions and 173 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,26 +9,26 @@ on:

jobs:
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Setup Python (pip)
uses: actions/setup-python@v4
with:
python-version: '3.8'
python-version: '3.10'
architecture: 'x64'
cache: 'pip'
cache-dependency-path: .github/workflows/main.yml

- name: Install poetry
run: |
python3 -m pip install --upgrade poetry==1.4.0
python3 -m pip install --upgrade poetry==1.6.1
- name: Setup Python (poetry)
uses: actions/setup-python@v4
with:
python-version: '3.8'
python-version: '3.10'
architecture: 'x64'
cache: 'poetry'

Expand All @@ -45,7 +45,7 @@ jobs:
path: ./site

deploy:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
needs: build
concurrency: ci-${{ github.ref }}
permissions:
Expand Down
Loading

0 comments on commit 0924655

Please sign in to comment.