Skip to content

Commit

Permalink
Upgrade checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
bneijt committed Apr 2, 2023
1 parent 02a3128 commit e68d338
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ jobs:
env:
POETRY_VIRTUALENVS_IN_PROJECT: true
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Install poetry
run: pip install poetry==1.1.12
run: pip install poetry==1.4.1
- name: cache venv
uses: actions/cache@v2
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: "3.x"
- name: Install poetry
run: pip install poetry==1.1.4 poetry-core==1.0.0
run: pip install poetry==1.4.1
- name: Poetry install
run: poetry install
- name: Build and publish
Expand Down

0 comments on commit e68d338

Please sign in to comment.