From 4769d22b3c2364744663b12790d6b5c9dc21f321 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20=C4=8Cerm=C3=A1k?= Date: Fri, 27 Oct 2023 09:33:05 +0200 Subject: [PATCH] Add checkout step to bump_version job in the build workflow (#2871) It's required both for the artifact index and to run the RPi Imager bump local action. --- .github/workflows/build.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index f1498155d..3de962609 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -255,6 +255,11 @@ jobs: runs-on: ubuntu-22.04 steps: + - name: Checkout source + uses: actions/checkout@v4 + with: + persist-credentials: false + - name: Initialize git uses: home-assistant/actions/helpers/git-init@master with: