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 }}