From 42bf94586ba10ff5c0998540bc324e8e88de09b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Feb 2023 09:05:46 +0000 Subject: [PATCH] Bump abatilo/actions-poetry from 2.2.0 to 2.3.0 Bumps [abatilo/actions-poetry](https://github.com/abatilo/actions-poetry) from 2.2.0 to 2.3.0. - [Release notes](https://github.com/abatilo/actions-poetry/releases) - [Changelog](https://github.com/abatilo/actions-poetry/blob/master/.releaserc) - [Commits](https://github.com/abatilo/actions-poetry/compare/v2.2.0...v2.3.0) --- updated-dependencies: - dependency-name: abatilo/actions-poetry dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- .github/workflows/release.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c2c7703..8aa7c0d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: key: ${{ matrix.python_version }}-pip-${{ hashFiles('pyproject.toml') }} restore-keys: | ${{ matrix.python_version }}-pip- - - uses: abatilo/actions-poetry@v2.2.0 + - uses: abatilo/actions-poetry@v2.3.0 - name: Install dependencies run: | poetry install --no-root --remove-untracked @@ -53,7 +53,7 @@ jobs: key: 3.10-pip-${{ hashFiles('pyproject.toml') }} restore-keys: | 3.10-pip- - - uses: abatilo/actions-poetry@v2.2.0 + - uses: abatilo/actions-poetry@v2.3.0 - name: Install dependencies run: | poetry install --no-root --remove-untracked diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 73ef76d..077469b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,7 +13,7 @@ jobs: uses: actions/checkout@v3 - name: Set up Python uses: actions/setup-python@v4 - - uses: abatilo/actions-poetry@v2.2.0 + - uses: abatilo/actions-poetry@v2.3.0 - name: Publish to PyPI env: POETRY_PYPI_TOKEN_PYPI: ${{ secrets.PYPI_TOKEN }}