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.
This commit is contained in:
Jan Čermák 2023-10-27 09:33:05 +02:00 committed by GitHub
parent 28c13d7709
commit 4769d22b3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: