Skip to content

Commit

Permalink
Merge pull request #238 from chizmw/dependabot/github_actions/depende…
Browse files Browse the repository at this point in the history
…ncies-274e8b822b

chore(deps): bump abatilo/actions-poetry from 3 to 4 in the dependencies group
  • Loading branch information
chizmw authored Jan 6, 2025
2 parents d472c01 + 2b3959a commit 2184aac
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/colourful-harlequin-giraffe.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'json-on-the-clocktower': patch
---

chore(deps): bump abatilo/actions-poetry from 3 to 4 in the dependencies group
2 changes: 1 addition & 1 deletion .github/workflows/python-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Setup Poetry
uses: abatilo/actions-poetry@v3
uses: abatilo/actions-poetry@v4
with:
poetry-version: ${{ matrix.poetry-version }}
- name: Setup a local virtual environment (if no poetry.toml file)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-doc-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
with:
python-version: '3.10'
- name: Install Poetry
uses: abatilo/actions-poetry@v3
uses: abatilo/actions-poetry@v4
with:
poetry-version: 1.5.1
- name: Update pyproject version
Expand Down

0 comments on commit 2184aac

Please sign in to comment.