Skip to content

Commit

Permalink
Relock and update dependencies 2024-02-23 (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicoretti authored Feb 23, 2024
1 parent e940d24 commit 96fc64b
Show file tree
Hide file tree
Showing 5 changed files with 111 additions and 106 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- uses: abatilo/actions-poetry@v2.1.4
- uses: abatilo/actions-poetry@v3.0.0
with:
poetry-version: 1.2.2

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- uses: abatilo/actions-poetry@v2.1.4
- uses: abatilo/actions-poetry@v3.0.0
with:
poetry-version: 1.2.2

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr_merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- uses: abatilo/actions-poetry@v2.1.4
- uses: abatilo/actions-poetry@v3.0.0
with:
poetry-version: 1.2.2

Expand Down
5 changes: 5 additions & 0 deletions doc/changes/unreleased.md
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
# Unreleased

## Internal
- Relock dependencies
- Update abatilo/actions-poetry from `v2.1.4` to `v3.0.0`
- Update actions/setup-python from `v2` to `v5`
Loading

0 comments on commit 96fc64b

Please sign in to comment.