ソースを参照

Bump abatilo/actions-poetry from 2.0.0 to 3.0.0 (#3492)

* Bump abatilo/actions-poetry from 2.0.0 to 3.0.0

Bumps [abatilo/actions-poetry](https://github.com/abatilo/actions-poetry) from 2.0.0 to 3.0.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.0.0...v3.0.0)

---
updated-dependencies:
- dependency-name: abatilo/actions-poetry
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* cleanup

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Falko Schindler <falko@zauberzeug.com>
dependabot[bot] 9 ヶ月 前
コミット
332f4e1721
2 ファイル変更2 行追加6 行削除
  1. 1 3
      .github/workflows/publish.yml
  2. 1 3
      .github/workflows/test.yml

+ 1 - 3
.github/workflows/publish.yml

@@ -17,9 +17,7 @@ jobs:
         with:
           python-version: "3.x"
       - name: set up Poetry
-        uses: abatilo/actions-poetry@v2.0.0
-        with:
-          poetry-version: "1.3.1"
+        uses: abatilo/actions-poetry@v3
       - name: get version
         id: get_version
         run: echo "VERSION=$(echo ${GITHUB_REF/refs\/tags\//})" >> $GITHUB_ENV

+ 1 - 3
.github/workflows/test.yml

@@ -17,9 +17,7 @@ jobs:
         with:
           python-version: ${{ matrix.python }}
       - name: set up Poetry
-        uses: abatilo/actions-poetry@v2.0.0
-        with:
-          poetry-version: "1.6.1"
+        uses: abatilo/actions-poetry@v3
       - name: install dependencies
         run: |
           set -x