From 6105606f5cf25d846393776f579c1a41365fecfe Mon Sep 17 00:00:00 2001 From: Gabriel Luiz Freitas Almeida Date: Mon, 12 Aug 2024 21:19:32 -0300 Subject: [PATCH] ci: add checkout before setting up python (#3297) * build: Set up Python 3.12 and Poetry caching in docker workflow. * build: checkout repository before setting up Python 3.12 and Poetry. --- .github/workflows/docker-build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/docker-build.yml b/.github/workflows/docker-build.yml index 0b7d1d610..582735f54 100644 --- a/.github/workflows/docker-build.yml +++ b/.github/workflows/docker-build.yml @@ -40,6 +40,7 @@ jobs: outputs: version: ${{ steps.get-version-input.outputs.version || steps.get-version-base.outputs.version || steps.get-version-main.outputs.version }} steps: + - uses: actions/checkout@v4 - name: Set up Python 3.12 + Poetry ${{ env.POETRY_VERSION }} uses: "./.github/actions/poetry_caching" with: