Skip to content

Commit

Permalink
Update setup-poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
kmonsoor authored Feb 9, 2024
1 parent 9070986 commit a2b2cd5
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
steps:
# - name: update system
# run: sudo apt update && sudo apt upgrade -y
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v3
- uses: actions/[email protected]
with:
distribution: 'temurin'
Expand All @@ -28,12 +28,13 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: '16'
- uses: actions/setup-python@v2
- uses: actions/setup-python@v4
with:
python-version: 3.9
- uses: Gr1N/setup-poetry@v7
python-version: "3.11"
- uses: Gr1N/setup-poetry@v8
with:
poetry-version: 1.2.0a2
poetry-version: "1.2.2"
- run: poetry --version
- uses: actions/cache@v2
with:
path: ~/.cache/pypoetry/virtualenvs
Expand Down

0 comments on commit a2b2cd5

Please sign in to comment.