From 6a3342a3038f9c818154bb456d3480f459ad3c88 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Oct 2023 07:01:42 +0000 Subject: [PATCH] chore(actions): update ad-m/github-push-action action to v0.8.0 --- .github/workflows/pull-request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index be54234b3..c72aa4788 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -75,7 +75,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 }}