From 43b01aa8cec8f7db192751fa718c7a2964d2a605 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 18:51:16 +0000 Subject: [PATCH] :arrow_up: Bump Gr1N/setup-poetry from 8 to 9 Bumps [Gr1N/setup-poetry](https://github.com/gr1n/setup-poetry) from 8 to 9. - [Release notes](https://github.com/gr1n/setup-poetry/releases) - [Commits](https://github.com/gr1n/setup-poetry/compare/v8...v9) --- updated-dependencies: - dependency-name: Gr1N/setup-poetry dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a9ddfa2..e0fe4d9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,7 +29,7 @@ jobs: uses: arduino/setup-task@v2 - name: Setup poetry - uses: Gr1N/setup-poetry@v8 + uses: Gr1N/setup-poetry@v9 - name: Setup cache uses: actions/cache@v4.0.2