From aa0416ab332e66eeef61d40622428048454c0e7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 17:10:54 +0000 Subject: [PATCH] Bump abatilo/actions-poetry from 2 to 3 Bumps [abatilo/actions-poetry](https://github.com/abatilo/actions-poetry) from 2 to 3. - [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...v3) --- updated-dependencies: - dependency-name: abatilo/actions-poetry dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4430413..eb3db41 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -69,7 +69,7 @@ jobs: echo /opt/homebrew/opt/python@${{ env.PYTHON_VERSION }}/libexec/bin >> $GITHUB_PATH - name: Install Poetry - uses: abatilo/actions-poetry@v2 + uses: abatilo/actions-poetry@v3 - name: Test `ort-cpp/test-model-generator` working-directory: ort-cpp/test-model-generator