From 3582849b23f450088a73fcf2cf5204281ebdc731 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2024 01:04:47 +0000 Subject: [PATCH] chore(actions): update ad-m/github-push-action action to v0.8.0 --- .github/workflows/pull-request.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-request.yaml b/.github/workflows/pull-request.yaml index 250cbe8b..6cb41148 100644 --- a/.github/workflows/pull-request.yaml +++ b/.github/workflows/pull-request.yaml @@ -65,7 +65,7 @@ jobs: fi - name: Push changes - uses: ad-m/github-push-action@v0.6.0 + uses: ad-m/github-push-action@v0.8.0 if: always() && steps.commit.outputs.CHANGES == 'true' with: branch: ${{ github.head_ref }}