From 1ed0a58a169f851bb0846235a464505ae15cc875 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 Jan 2024 07:04:45 +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 f6be510..3872183 100644 --- a/.github/workflows/pull-request.yaml +++ b/.github/workflows/pull-request.yaml @@ -62,7 +62,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 }}