diff --git a/.github/workflows/cron.yml b/.github/workflows/cron.yml index cbaeb4c..08746b9 100644 --- a/.github/workflows/cron.yml +++ b/.github/workflows/cron.yml @@ -61,7 +61,7 @@ jobs: REPO_RELEASE=${{ steps.pythonKafkaClientRelease.outputs.release }} echo "RELEASE_VERSION=${REPO_RELEASE}" >> $GITHUB_ENV - name: 'Check out repository from latest tag' - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: ${{ env.RELEASE_VERSION }} fetch-depth: 0 diff --git a/.github/workflows/pythonkafkaclient.yml b/.github/workflows/pythonkafkaclient.yml index 78fb779..837e93c 100644 --- a/.github/workflows/pythonkafkaclient.yml +++ b/.github/workflows/pythonkafkaclient.yml @@ -54,7 +54,7 @@ jobs: REPO_RELEASE=${{ steps.pythonKafkaClientRelease.outputs.release }} echo "RELEASE_VERSION=${REPO_RELEASE}" >> $GITHUB_ENV - name: 'Check out repository from latest tag' - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: ${{ env.RELEASE_VERSION }} fetch-depth: 0